@charset "utf-8";
/* CSS Document */
.error-message { font-size: 12px; color: #cd5c0a; }

.loginDiv{ background: url("../images/bg_login.png") no-repeat;}

.fbDiv{
	background-color: #ffffff;
}
.contactDiv {
	width:285px;
	height:53px;
	background:url("../images/contact.png") no-repeat;
	cursor: pointer;
}
.contactDiv:hover {
	background:url("../images/contact_over.png") no-repeat;
}
.contactText{
	height:53px;
	line-height: 53px;
	text-align: center;
	margin-right: 68px;
}
.contactText a {
	font-size:18px;
	color:#ffffff;
	text-decoration: none;
}