input.btnSubmit{
	height: 27px;
	line-height: 27px;
	background: url(Images/img-button.png) repeat-x top left;
	border: none;
	color: white;
	font-size: 14px;
	margin: 15px 5px 0px 0px;
	padding: 0px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 65px;
}

div#modal a{
	text-decoration: none;
}

a.active_link{
	font-size: 1.8em;
	font-weight: bold;
	color: #151414;
	text-transform: uppercase;
}

a.unactive_link{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #575656;
}

form{
	margin: 10px;
}

form > div{
	margin: 15px;
}

form div.message{
	color: red;
	font-size: 13px;	
}

form label{
	font-weight: bold;
	color: #000000;
	width: 90px;
	display: inline-block;
	text-align: right;
}

form#frmSignup label{
	width: 150px;
}

form input.input{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 5px;
	width: 250px;
	background: #BFBEBE;
	border: none;
}

form div.links{
	display: inline-block;
}

form a.forgetPass{
	color: red;
	font-size: 12px;
	display: block;
}

form#frmSignup div.captcha label, form#frmSignup div.captcha img{
	float: left;
}
form#frmSignup div.captcha img{
	margin: 0px 30px 0px 10px;	
}
form#frmSignup div.captcha span{
	display: block;
	margin: 0 5px 5px 5px;
}

table#tb_signup tr.row {
	height: 40px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}