form.small-form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

input.small-form {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #D0D7EB;
	border: 1px solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;	
}

input.globalSearchBox {
	width: 80px;
}

.small-form {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #D0D7EB;
}	
	
    
div.errorBox {
	background-color: #e8e8e8;
	border: 1px solid;
	border-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	padding: 5px;  
}


select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #f5f5f5;
	border-style: inset;
	border-color: #000000;
	border-width: 1px;
}


.requestBox {
	width: 400px;
	height: 75px;
}

