/* clearlychic's style sheet
 * copyright (c) 2009 Mike Murray
 * web: http://murz.net
 */

/* some resets to help xbrowserness */
html,body,ul,ol,h1,h2,h3,h4,h5,h6,form,fieldset,p{padding:0;margin:0;font-family:Arial, Helvetica, sans-serif;}
ul,ol {list-style: none;}
a img {border:none;}

#site {width:942px;margin:0 auto 0 auto;color:#635D51;}
#banner {background:url(../images/banner.png);width:942px;height:297px;text-indent:-9999px;}
.brands {width:942px;height:145px;background:url(../images/brands.png);}
#form {width:942px;font-size:0.8em;height:347px;background:url(../images/form_area.png);}
#form p {width:340px;text-align:center;padding:35px 0 0 305px;line-height:1.4em;}
#form label {width:100px;display:block;text-align:right;float:left;margin-right:10px;margin-top:8px;}
#form #form-fields {margin:25px 0 0 305px;}
#form .form-field input {padding:5px;width:190px;height:18px;font-family:Arial, Helvetica, sans-serif;color:#635D51;float:left;}
#form .form-field {clear:both;margin-bottom:10px;height:30px;}
#form #form-button input {width:144px;height:56px;display:block;border:none;padding:0;margin:40px 0 0 406px;text-indent:-9999px;background:url(../images/button.png);}
#refer {margin-left:40px;}

#footer {color:#7C7566;font-size:0.7em;width:755px;margin:15px auto 20px auto;}
#footer p {margin-bottom:14px;}

#thanks {
	color:#F11E9C;
	font-size:1.5em;
	letter-spacing:-0.05em;
	text-align:center;
	width:100%;
}

