body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #5D5C52;
	text-align: center;
}

h1{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

h2{
	text-align: center;
	font-size: 14px;
	background-color: #CCC;
	
}

#header{
	font-size: 12px;	
}
#container{
	border: 1px solid #A2A2A2;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 780px;

}

.clear{
	clear: both;	
}

#form_sales{
	padding: 10px;
}

#form_sales .row{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 10px;
	float: left;
	width: 100%;
}

#form_sales .rowBig{
	font-size: 12px;



}

#form_sales .radio-group{
	width: 500px;
	float: left;
}


#form_sales .t1 {
	background-color: #F5F5F5;
}

#form_sales .t1 .info {
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	background-color: #EAF0F6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#form_sales .t2 {
	background-color: #F5F5F5;
}

#form_sales .t2 .info {
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	background-color: #EAF0F6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}




#form_sales label{
	margin:0;
	padding:0;
	color:#5d5c52;
	font-weight: bold;
	font-size: 12px;
}

#form_sales .invalid{
	color:#bf1b02;
	margin:0 0 2px 0;
  }

  
#form_sales .invalidMSG{
	display: none;	
}

#form_sales .invalidMSG_on{
	display: block;
	font-weight: bold;
	color: #900;
}

#form_sales input.text{
	border:1px solid #a5acb2;
	color:#333;
	width: 210px;
}

#form_sales .textField{
	border:1px solid #a5acb2;
	color:#333;
	width: 250px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 2px;
	height: 60px;
}
#form_sales .required{
	color:#bf1b02;
	font:bolder 1.15em arial;
	padding:0;
	margin:0;
}

#form_sales .table{
}

#form_sales .table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 20px;
	background-color: #F5F5F5;
}

#form_sales .table td.bot{
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#error-msg{
	color:#900;
	border: 1px solid #900;
	padding: 5px;
}

