.contact {	
	padding:0;
	padding-bottom:360px;	
}
.contact .title{
	height:35px;
	margin:0;
	padding:0;
}

.contact h6{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:13px;
	font-weight:700;
	color:#fff;
	padding:10px 0px 0px 10px;	
	margin:0 !important;
	text-transform:uppercase;
}
.contact h1 {
	font-family:Segoe UI, Arial, Helvetica, sans-serif !important;	
	padding-bottom:5px;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	/*border-bottom:solid 1px #CCCCCC;*/
	text-align:left;
}
form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

/* css address */
#address{		
	padding:0;	
}
#address .content{
	padding:20px;
}
#address p.zoom{
	text-align:center;
	padding-top:5px;
}
.error{
	background-color:#FF0000;
	color:#fff;
	padding:3px;
	margin-bottom:8px;
	clear:both;
}
/* -----------css from stylized ----------- */
#stylized{
	border:solid 15px #EEEEEE;
	background:#EEEEEE;	
	padding:0px;
}
#stylized form{
	padding:20px;
	}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	/*border-bottom:solid 1px #b7ddf2;*/
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:700;
	text-align:left;
	width:100px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #CCCCCC;
	width:300px;
	margin:2px 0 20px 10px;
	clear:right;
}
#stylized input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active { 
	border:1px solid #c0c0c0; 
	background:#f9f9f9;
	color:#000000;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #CCCCCC;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:110px;
	width:auto;
	height:22px;
	background-color:#FF0000;
	text-align:center;
	line-height:1.65em;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding: 4px 20px;
}