@CHARSET "UTF-8";
#directbox-container {
	width:298px;
	height:140px;
	border:1px solid #d7d7d7;
	background:url(../images/base/code_box_bg.jpg) 0 0 no-repeat;
	font-family:'Trebuchet MS', Arial, Helvetica;
	color:#046fb5;
}

#directbox-container h1 {
	position:absolute;
	font-size:18px;
	margin-left:80px;
	margin-top:20px;
	font-weight:bold;
}

#directbox-container .boxcontent {
	position:absolute;
	font-size:14px;
	margin-left:80px;
	margin-top:40px;
	font-weight:normal;
}

#directbox-container .boxform {
	position:absolute;
	margin-left:15px;
	margin-top:80px;
	background-image:url(../images/base/search_bg.gif);
	background-repeat:no-repeat;
	width:201px;
	height:74px;
	padding-top:14px;
	padding-left:50px;
}

#directbox-container form {
	padding:0px;
	margin:0px;
}

#directbox-container .textinput {
	padding:0px;
	margin:0px;
	border: 1px solid rgb(143, 173, 197); 
	height: 17px; 
	width: 140px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-size-adjust: none; 
	font-stretch: normal;
}

#directbox-container .submitinput {
	background-image:url(../images/base/butt_bg.jpg.jpeg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	color:#333333;
	font-weight:bold;
	font-size: 11px; 
	line-height:1.2em; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #8fadc5; 
	height:19px;
}


