@import "reset.css";

/***CONTAINERS***/
#widget #container{
	margin	:	 auto;
	width	:	176px;
	/*height	:	249px;*/
	border	:	1px solid #1A527B;
	font-family	:	Arial, Helvetica, sans-serif;
	font-size	:	10px;
}

#widget #main{
	background	: none;
	border	: none;
}

#top-form{
	background: #1D5D8B url('../images/widget_bg.gif') no-repeat scroll;
	color	:	#FFFFFF;
	width	:176px;
	padding-bottom : 10px;
}

#top-noform{
	background: #1D5D8B url('../images/searchwidget_small.gif') no-repeat scroll;
	color	:	#FFFFFF;
	width	:176px;
	padding-bottom	: 10px;
}

#top-noform H2 {
	margin-left:5px;
}

#top-noform H1 a{
	font-size:	8px;
	cursor:pointer;
	/*text-decoration	:	underline;*/
}

fieldset {
	padding-left :	10px;
	color	:	#CCCCCC;
}

select{
	display	:	block;
	width	:	150px;
	height	:	17px;
	font-size: 10px;
}

#PC {
	float	: left;
}

#PC input {
	height	:	12px;
	font-size: 10px;
	width	:	75px;
	display	: block;
}

#submit{
	margin-top	: 12px;
}

.submitGo {
	background: url('../images/button_widget.gif') no-repeat;
	cursor:pointer;
	width:60px; 
	height:20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border	:	none;
}

#bottom{
	width	:	176x;
}

#bottom img{
	margin : 0px 10px;
}

#bottom .school img{
	margin : 0px 26px;
}

.school ul{
	font-size : 9px;
	list-style-type : disc;
	text-decoration : underline;
	padding	: 0px 15px 2px;
	color :	#1D5D8B;
	margin-left:5px;
}

.school span{
	font-size : 11px;
	color :	#1D5D8B;
	font-weight: bold;
	margin-left:60px;
}

.error {
	font-size: 8px;
	color: #F00;
}


