@CHARSET "ISO-8859-1";

#logo{
	display:none;}
	
#pagebody{
    font-size:12px;
    color:#4c3e00;
}
form ul{
	padding:0;
	margin:0;	
}


	
form ul li{
	list-style:none;float:left; display:block;width:100%;}
	
form ul li.field{width:185px;float:left;}

form ul li.instructions{
	margin:10px 0;}
	
form ul li.error {
	background:url(/images/popup/error.gif) 155px 30px no-repeat;}
	
form ul li.errorlist{
	font-weight:bold;
	padding:10px 0;}
	
label{width:450px;display:block;padding:5px 0;color:#4c3e00; font-weight:bold}

.red{
	color:#bf1600;}
	
a.iphone{
	background:url(/images/popup/icon-iphone.gif) right no-repeat;
	color:#4c3e00;
	padding-right:15px;}
	
a.cancel{
	background:url(/images/popup/btn-cancel.png) 0 0 no-repeat;
	width:73px;
	height:25px;
	display:block;
        margin-top:3px;
        margin-right:5px;
	text-indent:-9999px;float:right;
	overflow:hidden;}

input#submit{
    float:right;}
	
a.cancel:hover{
	background-position:bottom;}
	
/* IE 6 */
label{
	_width: 130px;
}
