#list3 {
	float:right;
	width:290px;
}
#list3 div.selected .title{
	color: #666666;
	background-image: url(../img/arrowdown.png);
	background-repeat: no-repeat;
	background-position: 170px 15px;
}
#list3 div div {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
}
#list3 div.title {
	cursor: pointer;
	background-image: url(../img/arrow.png);
	background-position: 170px 15px;
	background-repeat: no-repeat;
	font-weight: normal;
	height: 20px;
}
#list3 div.selected {
	text-decoration: none;
}
.submitbtn{
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/btn-whitebg.png);
	display: block;
	height: 28px;
	width: 118px;
	overflow: hidden;
	font-size: 12px;
	text-align: left;
	color: #095A7F;
	border: 0px;
	cursor: pointer;
	margin-top: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.sudmitbtn:hover {
	color: #197AA1;
	background-color: #197AA1;
	margin-left: 2px;
}
div#sign {/* sign up list box*/
	background-image: url(../img/loginbox.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div#sign h2 {/* sign up box*/
	color: #FFFFFF;
	margin-bottom: 1px;
	font-style: normal;
	font-size: 24px;
}
div#sign {/* country list box*/
	float:right;
	width:290px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 0px;
	margin-bottom: 5px;
}



.field {
	width: 250px;
	padding: 2px;
	border: 1px solid #999999;	
}
