﻿#dynamicresults {
position:relative;
border-top:1px solid #cfaa7a;
padding-top:20px;
width:620px;
clear:both;
}

#statusArea {
text-align:center;
color:Red;
}

#results {
position:relative;
width:150px;
height:150px;
}

#results ul {
list-style:none;
width:52em;
}

#results li {
height:20px;
float:left;
width:8em;
}

#results li.information {
float:left;
margin-left:15px;
width:40em;
}

#directResults {
border-top:1px solid #cfaa7a;
padding-top:20px;
}

#directResults2 {
position:absolute;
border-top:1px solid #cfaa7a;
padding-top:20px;
top:170px;
width:620px;
}

.basicInput {
color: #000000;
border: 1px solid #cfaa7a;
font-size:11px;
margin-left:8em;
width:190px;
display:block;
padding:0;
margin-bottom:-8px;
height:15px;
}

.hidden {
    display:none;
}