/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	
	
}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}




/* CONTACT */
#contact_form {/*width:590px; height:280px;*/}
	#contact_form label{position:absolute; text-indent:-9999px;}
	#h_contact {background-position:0 -315px; margin-left:15px; margin-top:15px;}
	#contact_form form{width:100%; height:100%; background:url(../images/bg_contact.png) 0 -10px no-repeat; position:absolute; top:0; left:0;}
	#name, #email, #subject, #message{position:absolute; padding:5px; background:#ebebeb; border:none; width:165px}
	#name{top:103px; left:15px;}
	#email{top:164px; left:15px;}
	#subject{top:228px; left:15px;}
	#message{top:103px; left:205px; width:360px; height:142px;}

	#submit{position:absolute; outline:none; width:66px; height:25px; background:url(../images/submit.png) left bottom no-repeat #fff; top:263px; left:205px;}
	#submit input{cursor:pointer; width:66px; height:25px; background:url(../images/submit.png) 0 0 no-repeat #fff; border:0;}

	#required{position:absolute; top:266px; left:278px; width:262px;}
	#status{width:550px; position:absolute; top:160px; left:46px; text-align:center;}
	div#modalLoadedContent{margin-bottom:0; border:0;}
	div#modalLoadingOverlay{background:none;}
	a#modalClose{top:5px; right:5px;}