
/* Linke Spalte im Formular */
.f_m_form_left_td
{  
	width:180px; /* gesamt 500px */
}

.f_m_form_rght_td
{
	text-align:left;
	width:320px; /* gesamt 500px */
}


/* Tools -> Online Quotation Air */
#f_375 { width:200px; } /* Country */
#f_383 { width:280px; } /* This request refers to */
#f_389 { width:300px; } /* terms of delivery */

/* Tools -> Quotation Seafreight */
#f_212 { width:200px; } /* Country */
#f_222 { width:280px; } /* This request refers to */
#f_228 { width:300px; } /* terms of delivery */

/* Tools -> Online Quotation Surface */
#f_346 { width:200px; } /* Country */
#f_354 { width:280px; } /* This request refers to */
#f_360 { width:300px; } /* terms of delivery */


/* Alle Checkboxen */
.form_cb
{
	background-color:transparent;
}


textarea 
{ 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px; 
	background-color: #cccccc; 
	border:0px;
	overflow:hidden;
	width:236px;
}

input[type=text]
{
	width:236px;
}

input 
{
	background-color: #cccccc; 
	border-width:0px; 
	font-size: 11px; 
	border-style:solid; 
	border:0px;
}

submit 
{
	background-image: url(../images/button.png) no-repeat center;
}

select 
{
	background: #cecece;
	border:0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}


.f_m_form_rght_td *
{
	width:235px;
}

