@charset "utf-8";
/* CSS Document */
body{
color:#666666;
font-family:Arial, Helvetica, sans-serif;
 height:auto;
}
html {height:100%; margin-bottom: 1px; }
.mainContainer{
position:relative;
width:1000px;
margin-left:auto;
margin-right:auto;
overflow: hidden;
}

.left_region{
float:left; 
height:500px;
padding-top:20px;
}

.right_region{
width:900px; 
float:right; 
padding-top:20px;
overflow:hidden;
padding-bottom:10px;
}


 A:link {text-decoration: none; color:#999999; border:none;}
 A:visited {text-decoration: none; color:#999999; border:none;}
 A:active {text-decoration: none; color:#777777; border:none;}
 A:hover {text-decoration: none; color: #777777; border:none;}

.grey A:link {text-decoration: none; color:#999999; border:none;}
.grey A:visited {text-decoration: none; color:#999999; border:none;}
.grey A:active {text-decoration: none; color:#777777; border:none;}
.grey A:hover {text-decoration: none; color: #777777; border:none;}

.forminput{
border: solid 1px;
border-color: #CCCCCC;
width:124px;
font-size:10px;
margin-top:2px;
}

.submit{
margin-top:2px;
border: none;
background-color: #FFFFFF;
color: #999999;
font-size:9px;
cursor:pointer;
}

img{
border:none;
}
.loadingStyle{
float:left;
margin:40px;
color:#999999;
}
.hiddenClass{
display:none;
}
.showClass{
display:inherit;
}

