@media screen { 
.login {
	width: 313px;
	border: 0; 
	cellpadding: 0;
	cellspacing: 0;
	height:150px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#0096bf;
	/***-webkit-box-shadow: #B3B3B3 5px 5px 5px;*/
	/***-moz-box-shadow: #B3B3B3 5px 5px 5px; */
	/***box-shadow: #B3B3B3 5px 5px 5px;*/
	font-size: 20px;
}

.viewtable {
	width: 240px;
	border: 0; 
	cellpadding: 0;
	cellspacing: 0;
	margin-left:auto;
	margin-right:auto;
	font-size: 20px;
	background-color:#0096bf;
}
.logo{
background:transparent url(logo_web.png) no-repeat;
width:313px;
height:141px;
border: none;
font-size: 40;
font-weight: bold;
text-shadow:3px 2px 5px #999999;
}
body { 
	background: #fff; 
	font-family: Calibri;
}
.tell {
	font-size: 30px;
	/*text-shadow:3px 2px 5px #999999;*/
	color: #FFF ;
}
.text {
	font-size: 20px;
	color: #FFF ;
		
}
.viewtable2 {
	width: 325px;
	border: 0; 
	cellpadding: 0;
	cellspacing: 0;
	
	
	
}
.tell2{
	font-size: 24px;	
	color: #0096bf ;
}
.text2 {
	font-size: 18px;
	color: #000 ;
		
}
.viewtable3 {
	width: 313px;
	border: 0; 
	cellpadding: 0;
	cellspacing: 0;
	background-color:#0096bf;
}
input[type=text], [type=password], [type=time] {
	font-size: 15px;
	/*-moz-box-shadow: 1px 5px 5px #999999;*/
	/*-webkit-box-shadow: 1px 5px 5px #999999;*/
	/*box-shadow: 1px 5px 5px #999999;*/
	border:solid 0px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 150px;
	background: #FFF;
}

input[type=submit], .abutton{
background:transparent url(button_web.png) no-repeat;
display: inline-block;
font-family:Calibri;
width:90px;
height:30px;
color: #FFF ;
font-weight:bold;
font-size:20px;
text-decoration:none ;
text-align:center;
vertical-align: middle;
/*additional css below*/    
cursor: pointer;
border: none;
}

#page-wrap { width: 100%; position: relative; }
#header {position:absolute; top: 0;}
#main-content { float: left; width: 600px; height: 150px; margin-left: 325px; }
#secondary-one { width: 350px; height: 300px; position: absolute; left: 0; top: 170px; }
/*secondary-two { float: right; width: 153px; height: 300px; }*/
