@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
}

.bg {
	/* The image used */
	background-image: url("/Images/bg/background.jpg");
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.login
{
	background-image:url(../images/login-bg1.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:90%;
	min-height:550px;	
}
.login_bg
{
	/*background-image:url(../images/login_bg.png);*/ 
	background-repeat:no-repeat; 
	width:312px; 
	height:301px; 
	margin-left:15%;
	/*margin:0 auto;*/ 
}
#subscribe
{ 
	padding-top:2px; width:160px; margin:0 auto;
}
.textfields
{ 
	background:url(../images/text_field.png) no-repeat; height:36px; width:230px; border:0; padding:0 2px; font-size:13px; color:#fff; position: relative; bottom:2px; margin-top:5px;
}
.subscribe-btn
{ 
	background:url(../images/subscribe.png) no-repeat; width:91px; height:35px; margin-top:5px;padding-bottom:8px;float:right;
}
#subs label
{
	margin:0 5px; 
}
.form-labels
{ 
	color:#1d75a2; height:30px;
}
.form-labels a
{ 
	color:#1d75a2; font-family:Tahoma, Geneva, sans-serif; font-size:11px; text-decoration:none; 
}
.space
{
	height: 140px;
}