/************************ OVERLAY ***********************/
.overlay, #overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}
/************************* FORM ***************************/
.formContainer {
	/*width: 100%:*/
	position: absolute;
	z-index: 100;
	display: none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.windowParent {
	padding: 10px 30px 10px 30px;
	width: 280px;
	height: 220px;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.windowParent .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.windowParent p {
	margin: 30px 0 20px 0;
	font-size: 16px;
}
.windowParent table {
	width: 100%;
	margin: 0px;
}
.windowParent table td {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	color:#252412;
}
.windowParent table input.form {
	width: 200px;
	border: 1px solid black;
	background: #FFF;
	color: #000;
	padding: 2px;
}

table.login {
	margin: 0;
}
table.login td.email, table.login td.pwd{
	width: 80px;
	color:#252412;
}
table.login td.img {
	font-weight: bold;
}
table.login input {
	width: 200px;
	color:#252412;
	font-size:11px;
}
table.loginbuttons {
	margin: 5px 0 0 0;
	width: 100%;
}
table.loginbuttons td.loginbtn {
	border-bottom: 1px solid #E4E5E6;
	padding-bottom: 10px;
}
table.loginbuttons td.loginOptions, table.loginbuttons td.loginClose {
	vertical-align: bottom;
}
table.loginbuttons td.loginOptions a{
	color: #D9400D;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
table.loginbuttons td.loginClose {
	text-align: right;
}
table.loginbuttons td.loginClose a{
	text-transform: uppercase;
	text-decoration: none;
	color:#252412;
}
table.loginbuttons td.loginbtn p {
	margin: 0;
	padding: 0;
	background: url(../../images/ornamentum/icon_loginbtn.gif) no-repeat bottom center;
	width: 92px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: right;
}
a.login_button_login {
	font-size: 11px;
	text-decoration: none;
	color: #484848;
}
p.login_error_msg {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #D9400D;
	text-transform: uppercase;
}
