/* CSS Document */
h2{
	color:#737373;
	font-size:20px;
	margin-bottom:20px;
}
p{
	font-size:14px;
	line-height:21px;
	margin-bottom:20px;
}

#header{
	height:82px;
	color:#909090;
}
#login{
	float:right;
	margin-top:16px;
}
#guiMessage{
	padding:0px;
	height:0px;
	float:none;
}
#content{
	width:550px;
	float:left;
}
#register{
	width: 420px;
	float:left;
	margin-left:10px;
}
#header input{
	border:1px solid #2a2928;
	color:#2a2928;
	font-size:11px;
	padding:4px;
}
#header .loginButton{
	background-image:url(buttons/login.png);
	background-color: transparent;
	background-repeat:no-repeat;
	height:21px;
	width:103px;
	color:#706d6b;
	font-size:11px;
	border:none;
	padding:0;
	margin:0;
}
#header .forgotPassword{
	color:#c92c15;
}

.StandardFormLinks{
	margin-bottom:2px;
}
.signUp{
	background-image:url(buttons/join.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:245px;
	height:44px;
	color:#7e7e7e;
	border:none;
	font-size:16px;
}

.block_seletc{
	width: 190px;
	border: 1px solid #D8D8D8;
}