/****************/
/* SIGN IN PAGE */
/****************/

div#containerHeader {
	background-image: url(/_images/headers/hdr_sign_in.jpg);
	background-repeat: no-repeat;
	height: 78px;
	text-align: center;
}

div.content {
	padding-left: 85px;
}

#box_sign_in {
/*	background-image: url(/_images/sign_in/box_sign_in.jpg);
	background-repeat: no-repeat;*/
	width: 268px;
	margin-right: 20px;
}

#box_register {
/*	background-image: url(/_images/sign_in/box_register.jpg);
	background-repeat: no-repeat;*/
	width: 468px;
}

#box_sign_in div, #box_register div {
	float: left;
	width: auto;
}

#box_sign_in div.formContent, #box_register div.formContent {
	border: 2px solid #68C5DE;
	border-top: none;
	border-bottom: none;
	padding: 20px 0px 20px 20px;
	width: 444px;
	min-height: 434px;
	_height: 434px;;
}

#box_sign_in div.formContent {
	width: 244px;
}

#box_sign_in input, #box_register input {
	float: left;
	width: 204px;
	height: 25px;
	font-weight: bold;
	color: #9D9D96;
	background-color: #F1F1EE;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	border: none;
}

#box_sign_in input.placeholder, #box_register input.placeholder {
	display: none;
}

#box_register input {
	width: 184px;
}

input#btn_sign_in {
	width: 94px;
	height: 36px;
	padding: 0px;
}

input#btn_send {
	width: 84px;
	height: 36px;
	padding: 0px;
}

input#btn_register {
	width: 94px;
	height: 36px;
	border: none;
	padding: 0px;
}

#box_sign_in p, #box_register p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	float: left;
}

#box_sign_in h1, #box_register h1 {
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

#box_register p {
	float: left;
	width: 214px;
}

div#box_register p.errorMessage {
	width: 100%;
}

div#box_register p span {
	float: left;
	display: block;
	font-size: 11px;
	color: #999999;
	width: 210px;
	line-height: 1.3em;
	padding-right: 30px;
	padding-top: 3px;
}

div#box_register p span.errorMessage {
	padding-bottom: 3px;
	color: #ff3300;
}

hr {
	width: 444px;
	float: left;
	border: none;
	background-color: transparent;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
