﻿* { margin: 0; padding: 0; }
body { font-size: 14px; font-family: Verdana, Arial, sans-serif; color: #4e4e4e; text-align: center; background-repeat: no-repeat; background-position: -30px 30px; }

img {border: none;}

#info h1 {color: #000000; font-size: 16px; font-weight: bold; margin-top: 50px;}
#info table {border-spacing: 0; width: 100%; border-collapse:collapse; margin: 10px 0px 10px 0px;}
#info td, th { padding-left: 5px; text-align: left;}
#info th { color: #000000; font-size: 16px; font-weight: bold; }
#info td { color: #fff; background-repeat: repeat-x;  }

#login h1 {color: #004197; font-size: 32px; font-weight: bold; margin-top: 40px; }
#login table { margin: 20px auto; }
.form table {border-spacing: 0; width: 100%; border-collapse:collapse; margin: 10px 0px 10px 0px;}
.form td { padding: 5px; text-align: left;}
.form input { background-color: #bcbcbc; border: none; width: 205px; padding: 3px 2px 2px 3px;}
.form td.label { font-weight: bold; font-size: 16px; }

.errorText{color: #ff0000;}

ul {margin-top: 30px; }
li {display: inline; list-style: none;}

.w255 {width: 255px;}
.left {float: left;}
.right {float: right;}
.clear {clear:both;}