@charset "utf-8";
/* CSS Document */

#Reg {
	clear: both;
	float: none;
	width: auto;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #999;
}
#Reg input[type=text], input[type=password], input[type=file], textarea, select, input[type=number] {
	width: 260px;
	color: #292929;
	font-size: 12px;
	border: 1px solid #036cb4;
	height: 32px;
	-webkit-transition: width 0s;
	transition: width 0s;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #F8F8F8;
	clear: none;
	margin-right: 32px;
	display: block;
	float: left;
	margin-bottom: 6px;
	background-color: #FFF;
	line-height: 1.2em;
}
#Reg input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus {
	border: 1px solid #900;
	background:#F7F7F4;
}
#Reg input[type=text]:focus {
	width: 260px;
}
#Reg textarea {
	width: 90%;
	height: 120px;
	clear:both;
}
#Reg select {
	font-size: 12px;
	width: 201px;
	height: 30px;
	margin-bottom:10px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin-left: 7px;
}
#Reg input[type=submit] {
	cursor: pointer;
	border: 2px solid #036cb4;
	color: #036cb4;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 19px;
	background-color: #FFF;
	clear: both;
	float: none;
	width: 280px;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 7px;
	padding-left: 22px;
	text-decoration: none;
	border-radius: 0px;
    margin-bottom: 16px;    margin-top: 4px;

}
#Reg input[type=submit]:hover {
	background-color: #036cb4;
	color: #fff;
}
#Reg input[type=submit]:visited {
	color: #036cb4;
}
.TOPIC-TEXT {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #767C69;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B69E;
	clear: both;
	float: none;
	width: 100%;
	text-align: left;
	font-family: Tahoma, sans-serif;
}
#Reg label {
	width: 120px;
	font-weight:400;
	clear:right;
	display:block;
}
