@charset "utf-8";
/* CSS Document */
span{
font-size:20px;
}
#input:focus { 
background: #FFFFAA;
color:#000000;
border:thin solid #0099FF;
}

#input{
color:#666666;
}

#content{
width:910px;
height:710px;
}

#upper{
width:910px;
height:201px;
background: url(../imgs/login/head.png);
float:left;
}

#left{
width:222px;
height:256px;
background: url(../imgs/login/left.png);
float:left;
}

#center{
width:479px;
height:256px;
background: url(../imgs/login/center.png);
float:left;
}

#login{
margin:5% 5%;
}

#right{
width:209px;
height:256px;
background: url(../imgs/login/right.png);
float:left;
}

#bottom{
width:910px;
height:223px;
background: url(../imgs/login/bottom.png);
float:left;
}


#small{
color: #0033FF;
font-size:12px;
}

#small:hover{
color: #FFFF00;
text-decoration:underline;
font-size:13px;
}

