@charset "UTF-8";
/* sidebar.css */

#sidebar{
	float: right;
	width: 210px;
}
#sidebar ul{
	list-style-type: none;
}
#contact-form fieldset{
	background-color: #003278;
	border-style: none;
	color: #fff;
	padding: 12px 24px;
}
#contact-form .input-text{
	margin-bottom: 0.5em;
	width: 90%;
}
#contact-form ul{
	margin-top: 6px;
}
#contact-details{
	background: url(../images/backgrounds/contact-details.png) no-repeat center bottom;
	padding: 0 24px 24px;
}
#contact-details ul{
	margin-top: 12px;
}