body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 20px 10px 0px;
}
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.containerorder{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	overflow: hidden;
	margin: .2in auto;
	height: 11in;
	width: 8.5in;
}
.outorder{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 3.69in;
	width: 100%;
}
.toporder{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 7%;
	width: 100%;
}
.midorder{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 40%;
	width: 100%;
}
.mainorder{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 33%;
	width: 100%;
}
.bottomorder{
	position: relative;
	overflow: visible;
	margin: 0px auto;
	height: 15%;
	width: 100%;
	font-weight: bold;
	font-style: italic;
}
.div1order{
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	font-weight: bold;
}	
.div2order{
	position: relative;
	overflow: hidden;
	font-size: 14px;
	float: right;
	width: 50%;
	font-weight: bolder;
}
.div3order{
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
}	
.div4order{
	position: relative;
	overflow: hidden;
	float: right;
	width: 50%;
	font-weight: normal;
}		
table {
	color: #000000;
}
h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}
a {
	color: #2D3954;
	font-size: 11px;
}
a:hover {
	color: #99CC00;
}
.err {
	font-size: 14px;
	color: #FF9900;
}
td.top{vertical-align:top;}
.tab{padding-left:20px;}
th {
	font-weight: bold;
	text-align: left;
}

.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}
