﻿.aaa
{ 
background: #fff url(../img/background.png) no-repeat;
width:1200px;
height:750px; 
text-align:center;
margin-left:25px;
padding:0px;
}


.login1 {
            border:solid 1px gray;
            opacity:0.7;
			float:left;
			width:208px;
			height:360px;
			background-color:#fff; 
			border-radius:6px;
			opacity: 0.7;
        }

.login2{
	background:#fff url(../img/bg0.png) no-repeat;
    text-align:center;
    margin:0px;
    padding-left:0px;
	float:left;
	width:446px;
	height:360px;
	border-radius:6px;
	opacity: 0.7;
}

.login3{
	        border:solid 1px gray;
            opacity:0.85;
            float:left;
			width:170px;
            height:340px;			
			background-color:#fff;
			border-radius:6px; 
			padding: 10px 10px;	
            opacity: 0.7;			
}

.login3 input.button
{
	width:45%;
	height:30px;
	font-size:14px;
	text-align:center; 
	background-color:#2873ac;
	font-style:white;
	border-radius: 10px;
}


span.title{
	        background:#fff url(../img/menu3.png) no-repeat;
			width:1069px;
			height:35px;
}




















