*
{
margin: 0;
}
body
{
background: url("../images/template20/bkg.png");
}
#container
{
	width: 1025px;
margin: auto;
}
.clear
{
	clear: both;
}
#menuitems
{
	text-align: center;
background: #9d1527;
}
#menuitems ul
{
display: inline-block;
}
#menuitems ul li
{
	line-height: 50px;
display: table-cell;
padding: 0 20px;
}
#menuitems ul li a
{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
#searchnav
{
	height: 54px;
background: #2c060b;
}
#searchnav form
{
	float: right;
	margin-right: 20px;
	margin-top: 13px;
}
#searchnav form input[type=text]
{
	height: 26px;
	width: 200px;
	line-height: 24px;
}
#searchnav form input[type=submit]
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
border: solid 1px #fff;
padding: 5px 10px;
background: #7d7f82;
}
#footer
{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
background: #9a1426;
}
#footer a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#bodyContainer
{
padding: 50px;
background: #fff;
}

.form_element {
	font-size: 13px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
}

#contactform > div {
	margin: 10px 0;
}

#contactform .indent {
	margin-top: 20px;
}

.indent input[type='submit'] {
	background: #9d1527;
	color: #fff;
	border: 0;
	padding: 5px 10px;
}

.login_left
{
	float: left;
	margin-left: -25px;
	padding-bottom: 28px;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 10px;
	width: 43%;
}
.login_left div.form .form_element
{
	float: left;
	width: 124px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
    padding: 0 10px 0 0;
}
.login_left div.form .form_data input
{
	width: 176px;
}
.login_right
{
	float: left;
	padding-left: 20px;
	width: 50%;
}
.login_right div.form .form_element
{
	float: left;
	width: 65px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
    padding: 0 10px 0 0;
}
.login_left .form .indent input, .login_right .form .indent input
{
	background-color: #9d1527;
	margin-left: -30px;
	width: 192px;
	color: #ffffff;
	font-family: Droid Serif, Times New Roman;
	font-size: 20px;
	font-weight: bold;
    border-radius: 9px;
    letter-spacing: 1px;
    padding: 5px;
}