@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;
	box-sizing: border-box;
}
#Reg input[type=text], input[type=password], input[type=file], textarea, select, input[type=number]  {
	color: #292929;
	font-size: 12px;
	border: 2px solid #999;
	height: 40px;
	-webkit-transition: width 0s;
	transition: width 0s;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F8F8F8;
	clear: none;
	margin-right: 32px;
	display: block;
	margin-bottom: 6px;
	background-color: #FFF;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 90%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px;
}
#Reg input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus {
	border: 1px solid #900;
	background:#F7F7F4;
	outline: none;
	border: 2px solid #069;
}
textarea {
	padding-right: 4px;
	padding-left: 4px;
	}

#Reg input[type=text]:focus {
	background-color: #FFF;
	
	}
#Reg textarea {
	width: 100%;
	height: 120px;
	clear:both;
	box-sizing: border-box;
}
#Reg select {
	font-size: 12px;
	height: 40px;
	margin-bottom:10px;
	-moz-appearance: none;
	text-indent: 0.01;
	text-overflow: '';
	margin-left: 0px;
	box-sizing: border-box;
	display: block;
}
#Reg input[type=submit], #Reg input[type=button], button{
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	font-style: normal;
	line-height: 1.5em;
	background-color: #005992;
	clear: both;
	float: none;
	width:;

	text-decoration: none;
	border-radius: 0px;
    margin-bottom: 16px;    
	margin-top: 4px;
	font-size:14px;
	box-sizing: border-box;
	
	letter-spacing: .15em;

padding: 0.62em 1.65em 0.50em;

border: 3px solid #005992;
font: openRegular,sans-serif;

}
#Reg input[type=submit]:hover {
	background-color: #fff;
	color: #005992;
}
#Reg input[type=submit]:visited {
	color: #005992;
}
.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: auto;
	font-weight:400;
	clear:right;
	display:block;
}
