.contact {
	margin:0px;
	padding:0;
}

.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;
}

form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

/* css address */
#address{	
	margin:0px 0px 0px 20px;
	padding:0;
	width:60%;
}
#address p.zoom{
	text-align:center;
	padding-top:5px;
}

.error{
	background-color:#FF0000;
	padding:3px;
	margin-bottom:8px;
	clear:both;
}
/* -----------css from stylized ----------- */
#stylized{
	/*border:solid 2px #000;
	background:#000;*/
	margin:0;
	width:505px;
	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:bold;
	text-align:right;
	width:140px;
	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;
}
#stylized input:hover, input:focus, input: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 textarea{
	border:1px solid #c0c0c0; 
	background:#f9f9f9;
	}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(../img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}