/* drop down boxes */

.form_50, .form_60, .form_80, .form_100, .form_120, .form_140, .form_160, .form_180 {
	font-size: 8pt;
	line-height: 10pt;
	color: #036;
	height: 20px;
	text-decoration: none; 
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.2em solid #CCCCCC;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0.05em 0.05em 0.7em 0 #999999 inset;
}

.form_160b {
	font-size: 8pt;
	line-height: 10pt;
	color: #036;
	height: 20px;
	text-decoration: none; 
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.2em solid #CCCCCC;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0.05em 0.05em 0.7em 0 #999999 inset;

}

.form_140s {
	font-size: 8pt;
	line-height: 14pt;
	color: #036;
	height: 16px;
	text-decoration: none; 
}

.form_174 {
	font-size: 8pt;
	line-height: 10pt;
	color: #036;
	height: 14px;
	text-decoration: none; 
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.2em solid #CCCCCC;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0.05em 0.05em 0.7em 0 #999999 inset;
}

.form_154 {
	font-size: 8pt;
	line-height: 10pt;
	color: #036;
	height: 14px;
	text-decoration: none; 
}

.form_200, .form_220, .form_250, .form_300 {
	font-size: 9pt;
	line-height: 11pt;
	color: #036;
	height: 20px;
	text-decoration: none; 
}

.form_30_short {
	width: 30px;
	height: 18px;
}

.form_50 {
	width: 50px;
}

.form_60 {
	width: 60px;
}

.form_80 {
	width: 80px;
}

.form_100 {
	width: 100px;
}

.form_120 {
	width: 120px;
}

.form_140, .form_140s {
	width: 140px;
}

.form_160, .form_160b {
	width: 160px;
}

.form_174 {
	width: 174px;
}

.form_180 {
	width: 180px;
}

.form_200 {
	width: 200px;
}

.form_220 {
	width: 220px; 
}

.form_250 {
	width: 250px;
}

.form_300 {
	width: 300px;
}


/* message boxes */


.message_100 {
	font-size: 9pt;
	line-height: 11pt;
	color: #036;
	height: 100px;
	width: 400px;
	text-decoration: none; 
}

.message_200 {
	font-size: 9pt;
	line-height: 11pt;
	color: #036;
	height: 200px;
	width: 200px;
	text-decoration: none; 
}

.message_280 {
	font-size: 9pt;
	line-height: 11pt;
	color: #036;
	height: 220px;
	width: 278px;
	text-decoration: none; 
}

.message_300 {
	font-size: 9pt;
	line-height: 11pt;
	color: #036;
	height: 200px;
	width: 300px;
	text-decoration: none; 
}

.message_400 {
	font-size: 9pt;
	line-height: 11pt;
	color: #036;
	height: 200px;
	width: 400px;
	text-decoration: none; 
}

#search-btn { 
	display: block;
	float: left;
	height: 25px;
	padding: 0;
	margin: 0 15px 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	text-transform: uppercase;
}

#search-btn a { 
	display: block;
	font-size: 10px;
	line-height: 23px;
	padding: 0 10px;
	margin: 1px;
	color: #FFF;
	background-color: #036;
	text-decoration: none;
}

#search-row2 a:hover { color: #FFF; background-color: #900; }