body {
	margin:0px;
	font:10pt verdana;
}
.clear {
	line-height:0px;
	height:0px;
	clear:both;
}
#header {
	height:80px;
	width:580px;
	margin:0px auto;
	padding:10px;
	background:url(../images/headerbg.gif) repeat-x left top;
}
h1, h2, h3, h4, h5 {
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font:bold 1.4em 'Trebuchet MS';
}
p {
	margin:2px 0px 15px 0px;
	padding:0px 20px 0px 20px;
	font:1.2em verdana;
}
hr {
	color:#dcdcdc;
	height:1px;
}
#headersub {
	width:580px;
	padding:10px;
	margin:0px auto;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	text-align:center;
}
#headersub a {
	color:#000;
	text-decoration:underline;
}
#headersub a:hover {
	text-decoration:none;
}
#content {
	width:580px;
	padding:10px;
	margin:0px auto;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
}
fieldset {
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius:5px;
}
fieldset legend {
	font:bold 15px 'Trebuchet MS';
	margin-bottom:10px;
	color:#000;
}
#controls {
	width:580px;
	padding:10px;
	margin:0px auto;
	text-align:right;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	position:relative;
}
#footer {
	height:80px;
	width:580px;
	padding:10px 10px 0px 10px;
	margin:0px auto;
	background:url(../images/footerbg.gif) #5e5e5e repeat-x left top;
	color:#fff;
}
.btn {
	width:110px;
	height:17px;
	border:0px;
	background:url(../images/btn.gif) no-repeat left top;
	cursor:pointer;
	margin:0px 0px 5px 0px;
	padding:0px 0px 3px 0px;
	font:bold 10px arial;
}
.btn:hover {
	background:url(../images/btn.gif) no-repeat left bottom;
	color:#fff;
}
thead tr td {
    font-weight:bold;
}
td {
    width:50%;
    vertical-align:top;
    padding:3px 0;
}
tr:hover {
    background:#fffde2;
}
.req {
    color:#ca1d1d;
    font:normal 14px 'Trebuchet MS';
}

/* Custom AJAX */
#v {
    text-transform:capitalize;
    font:10pt Verdana;
    color:#000;
    display:none;
    position:absolute;
    z-index:6;
    top:70px;
}
#resultsul {
    padding:2px;
    border:solid 1px #a6a6a6;
    margin:0px;
    background:url(../images/subbg.gif) #fefefe repeat-x left top;
    width:248px;
    white-space:nowrap;
    list-style:none;
    visibility:hidden;
    color:#3e3e3e;
}
#resultsul li {
    font:14px Arial;
    padding:2px 6px;
}
span.lidesc {
    font:10px Arial;
    text-transform:lowercase;
}
.as_highlight {
    background:#eaeaea;
    color:#000;
}
.warning {
    margin:25px 0 0 0;
    font-size:8pt;
    border:solid 1px #cc0000;
    background:#ffeded url(../images/warning.gif) no-repeat 3px 3px;
    color:#8f0000;
    text-align:left;
    padding:10px 10px 10px 60px;
    font-weight:bold;
}
.upload_button {
    font-size:0.8em;
    display:block;
}
#feedback {
    width:445px;
    text-align:left;
    position:absolute;
    top:7px;
    left:15px;
    display:none;
}
