@charset "utf-8";
/* CSS Document */
/*.....................Register Page Styles Start................................. */
.rrtbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:11px;
	color:#333333;
	border:1px solid #cccccc;
	height:15px;
	width:150px;
	padding-left:4px;
	background-color: #fafafa;
}
.rrselect{
	color:#333333;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:20px;
	width:200px;
	background-color: #fafafa;
}
.textbox{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:18px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.select{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:22px;
	width:70px;
	padding: 1px;
	background-color: #f4f4f4;
}
.select-field{
	color:#333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border:1px solid #cccccc;
	height:80px;
	width:170px;
	padding: 1px;
	background-color: #f4f4f4;
}
.textarea{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:100px;
	width:600px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.textarea1{
	font-family: Arial, Helvetica, Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	height:75px;
	padding-left:2px;
	background-image: url(../images/inputbox-bg3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.errortxt{
	font-size:11px;
	color:#e1242b;
	font-weight:normal;
	font-family: Arial, Helvetica, Tahoma;
}
.row{
	width: 656px;
}
option {
	background-color: #FFFFFF;
	color: #666666;
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, Tahoma;
}
optgroup.a {
	background-color: #999999;
	color: #FFFFFF;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, Tahoma;
}
.termslink{
	font-weight:normal;
	font-size:14px;
	color:#090909;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
.termslink a{
	font-weight:bold;
	font-size:14px;
	color:#da2005;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:none;
}
.termslink a:hover{
	font-weight:bold;
	font-size:14px;
	color:#da2005;
	font-style:normal;
	font-family:Arial, Helvetica, Tahoma;
	text-decoration:underline;
}
/*..............Hobbies & Interests Page Styles Start................. */
#hobint-box{
	float: left;
	height: auto;
	width: 655px;
}
#hobint-box .hobint-top{
	float: left;
	height: auto;
	width: 640px;
	padding: 5px;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
#hobint-box .hobint-bot{
	float: left;
	height: auto;
	width: 640px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#hobint-box .hobint-bot .row{
	float: left;
	height: auto;
	width: 640px;
}
#hobint-box .hobint-bot .row .box1{
	float: left;
	height: auto;
	width: 25px;
}
#hobint-box .hobint-bot .row .box2{
	float: left;
	height: auto;
	width: 135px;
	padding-top: 2px;
}
/*..............Hobbies & Interests Page Styles End................. */


/*.....................Register Page Styles End................................. */
