
@charset "iso-8859-1";
.MainR {
width: 400px;
height: 390px;
margin:13px 0 0;
float:left;
font-size:12px;
color:#424242;
z-index: 999;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.3);
}
.MainR .Header {
height:30px;
padding:14px 0 0;
margin: 0 17px 0;
}
#userLoginTab, #adminLoginTab {
float: left;
width: 200px;
height: 45px;
line-height: 3em;
text-align: center;
cursor: pointer;
}
.MainR .Header #userLoginTab.inactive {
background: url("tab_a.gif") 0 0 no-repeat;
color: #717171;
font-weight: normal;
}
.MainR .Header #adminLoginTab.inactive {
background: url("tab_b.gif") 0 0 no-repeat;
color: #717171;
font-weight: normal;
*width:150px;
*margin-left: 0;
}
.MainR #title #userLoginTab.inactive {
background: url("tab_a.gif") 0 0 no-repeat;
color: #717171;
font-weight: normal;
}
.MainR #title #adminLoginTab.inactive {
background: url("tab_b.gif") 0 0 no-repeat;
color: #717171;
font-weight: normal;
*width:197px;
*margin-left: 0;
}
#title {
color: #343434;
font-size: 16px;
height: 45px;
font-family: Tahoma, Arial, sans-serif;
font-weight: bold;
}
#mailform {
border: 0 solid #ff0000;
padding-top: 22px;
top: 0;
height: 264px;
font-size: 12px;
overflow: hidden;
}
#mailform .info {
color: #666666;
line-height: 14px;
text-align: right;
width: 76px;
}
#mailform .icon {
text-align: right;
width: 73px;
}
.formtr {
height: 38px;
width: 380px;
font-family:Tahoma, Arial, sans-serif;
}
.mainLabel {
float: left;
width: 72px;
font-size: 12px;
text-align: right;
padding-right: 10px;
color: #666666;
}
.mainInput, .mainInputUN, .mainInputDN {
font-family: verdana, simsun, sans-serif;
font-size: 14px;
width: 268px;
height: 26px;
line-height: 26px;
margin-bottom: 10px;
border: 1px solid #B8B8B8;
}
.mainInputDropDown {
font-family: tahoma, arial, sans-serif;
font-size: 12px;
width: 270px;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #89B2C6;
}
.mainInputUN {
width: 116px
}
.mainInputDN {
width: 128px
}
.mainInputAT {
color: #666;
margin-bottom: 10px;
font-weight: bold;
font-family: arial, sans-serif;
font-size: 14px;
}
.loginButton {
width: 122px;
height: 36px;
color: #fff;
font-size: 14px;
font-weight: bold;
cursor: pointer;
border: 0;
}