/*****sign up form*****/
h4.grey{ color:#555;
	font-size:13px;
	font-weight:bold;
	padding:23px 0 3px 10px;
	border-bottom:1px  dotted #a19c9c;
	text-align:left;
	margin:0 0 10px 0;
	}

.formcontainer{
	width:365px;
	margin:0 auto 20px auto;
	font-size:11px;
	color:#7b7373;
	}
.formtop{
	width:365px;
	height:13px;
	background:url(../images_2009/yellowtop1.jpg) no-repeat left top;
	}
.formmiddle{
	width:335px;
	height:100%;
	padding:0px 20px 25px 10px;
	background:url(../images_2009/yellowmiddle1.jpg) repeat-y left top;
	text-align:right;
	}
.formbottom
{
	clear:both;
	width:365px;
	height:13px;
	background:url(../images_2009/yellowbottom1.jpg) no-repeat left bottom;}
.label{
	line-height:30px;}
input{float:none;}
.textfield{
	background:url(../images_2009/textfieldbg.jpg) no-repeat  left top; 
	width:200px;
	height:18px;
	border:0;
	padding:3px;}
.textarea{
	background:url(../images_2009/textareabg.jpg) no-repeat  left top; 
	width:299px;
	height:132px;
	border:0;
	padding:3px;
	margin-bottom:20px;}
.select{
	background:url(../images_2009/textfieldbg.jpg) no-repeat  left top; 
	width:206px;
	height:24px;
	border:0;
	border-color:#fdfbf3;
}
.choice{
	background:#efecd9;

	padding:5px;
	margin:10px 0;
	font-size:11px;}
.checkbox{margin-left:13px;}
.USD{
	color:#bdb896;
	font-weight:bold;
	padding:0 95px 0 0;}
.cellcontainer{
	width:100%;
	height:70px;
	}
.cell1{
	width:180px;
	float:left;}
.cell2{
	width:120px;
	float:left;}
.button{
	float:right;
	margin-right:50px;
	}
p.agree{
	font-size:11px;
	text-align:left;
	padding-left:15px;
	}
p.alert{ text-align:left;
	font-size:11px;
	margin:10px 0 -15px 0;}
.error
{
	margin:0  -7px 0 0;
	display:block;
	width:3px;
	padding:10px 0 0px 4px;
	height:16px;
	float:right;
	}
/********Sign up page ends******/


