#main form
{
  width: 400px;
  font-size:13px;
  color:#666;
  margin-top:30px;
}

#main form div.tip
{
  position:absolute;
  width:260px;
  height:32px;
  top:0;
  right:-280px;
  font-size:11px;
}

#main form > div
{
  margin-top:8px;
}

#main label
{
  display:inline-block;
  width:130px;
}

#main input
{
  border:1px solid #ccc;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  height:32px;
  vertical-align:middle;
}

#main input[type=text],
#main input[type=password],
#main input[type=file]
{
  width:268px;
}

#main input[type=file]
{
  border:0;
}

#main input[type=submit]
{
  background-color:orange;
  height:40px;
  width:150px;
  margin-top:30px;
  background:url(/xeo/xst_loadimg.jsp?id=8378416) no-repeat right top;
  color:#fff;
  text-shadow:1px 1px #666;
}

#main select
{
  width:170px;
}

#main select option
{
  font-size:13px;
  color:#666;
}

#main form a
{
  text-decoration:underline;
  color:#ed9634;
}

h2.form
{
  font-size:17px;
  border-bottom:1px dotted #ccc;
  padding-bottom:10px;
  margin-top:30px;
}

