/* CSS Document */

#right form{
	width:510px;
	background:url(../images/member_form_bg2.gif) 0 0 repeat-x #595959;
	padding:9px 17px 24px 17px;
	color:#fff;
	margin: 2em auto 0 auto;
}
#right form br {
	clear: left;
}

#right form label{
	font:normal 11px/18px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	float:left; 
	display:block;
	text-align: right;
	width: 140px;
	padding-right: 10px;
}
.terms{
	font:normal 11px/22px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	float:left; 
	padding-right: 4px;
}
#right form input.txtBox{
	width:185px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	margin-bottom: 10px;
	padding:0;
	float:left;
}
#right form input.txtBox2{
	width:275px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	margin-bottom: 10px;
	padding:0;
	float:left;
}
#right form select.countries{
	height:22px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	margin-bottom: 10px;
	padding:0;
	float:left;
}
#right form textarea.txtArea1{
	width:300px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	margin-bottom: 10px;
	padding:0;
	float:left;
}
#right form a{
	background:url(../images/register_member_icon2.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	font:bold 11px/14px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#9CCC37;
	background-color:#595959;
	text-decoration:underline;
	float:left;
	margin:15px 0 0 0;
	width:220px;
}
 a:hover{
	text-decoration:none;
}
#right form input.go{
	background:url(../images/submit2.gif) 0 0 no-repeat;
	width:100px;
	height:22px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}
#right form input.go:hover{
	background:url(../images/submit1.gif) 0 0 no-repeat;
	width:100px;
	height:22px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}
#right form input.go2{
	background:url(../images/sub1.gif) 0 0 no-repeat;
	width:100px;
	height:22px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}
#right form input.go2:hover{
	background:url(../images/sub2.gif) 0 0 no-repeat;
	width:100px;
	height:22px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}
