/* easyquote.css */

#title_bar h1
{
	text-align: center;
}
#text_box form
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#side_text
{
	float: right;
	display: inline; /* fix ie6 bug */
	width: 250px;
	margin-right: 50px;
}

#text_box input
{
	display: block;
	height: 14px;
	margin: 0;
}
#text_box br
{
	line-height: 9px;
}
#text_box .label
{
	float: left;
	display: inline; /* fix ie6 bug */
	margin-left: 50px;
	width: 180px;
	color: #641516;
}
#text_box input
{
	margin-left: 50px;
}
#text_box #Submit
{
	height: 24px;
	background-color: #641516;
	color: #fff; /* #9e9e11; */
}
#captcha_image
{
	float: right;
	display: inline; /* fix ie6 bug */
	margin-right: 350px;
	border: 2px solid #888;
}
