/* CSS Document */

body {
	background-image:url(../images/pattern3.png);
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size:14px;
}

h1{font-size:15px; color: #0CC; font-family:Arial, Helvetica, sans-serif;}

.title {
	color: #0390D1;
	font-size:30px;
	font-family: Tahoma, Geneva, sans-serif;
}


.textfield {
	font-size: 14px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	height:35px;
	width:100%;
}

.login-button{
	width:100%;
	background-color:#09C;
	height:40px;
	font-size:16px;
	color:#FFF;
	border:none;
}

.login-button:hover{
	background-color:#066;
	
	
}

.captcha_field{
	width:100px; 
	background-repeat:no-repeat; 
	height:25px;
}

a{color: #096; font-size:14px;}
a:hover {
	color: #99CC00;
}
.err {
	color: #F00;
}

.col-30{
	width:30%;
	float:left;	
}
.col-70{
	width:70%;
	float:left;	
}

.bg-img-responsive {
  width: 100%;
  background-image: url('../images/bg1.png');
  display:block;
  min-height:700px;
}


@media screen and (max-width: 1024px) {
.col-30{
	width:100%;
}
.col-70{
	width:100%;
}

.textfield {
	height:50px;
}

.captcha_field{
	height:30px;
	width:150px; 
	background-repeat:no-repeat; 

}

}



