body, h1, h2, h3, h4, h5, h6, p, form, fieldset, ul, ol, li, td, th
{
  padding:0;
  margin:0;
}

body
{
	font-family:Arial;
	font-size:11px;
    background-color:#b8c5d1;
    background-image:url("../images/layout/login-background.gif");
    background-repeat:repeat-x;
}


#LoginForm
{
    width: 400px;
    height:197px;
    margin-left: auto;
    margin-right: auto;
    margin-top:34px;
    background-image:url("../images/layout/login-form.gif");
}

#LoginForm legend
{
    display:none;
}

#LoginForm fieldset
{
    padding-top:70px;
    border:0px;
}

#LoginForm .formField
{
    margin-bottom:10px;
}

.formField label
{
    float:left;
    width:60px;
    font-size:12px;
    text-align:right;
}

.formField input
{
    width:307px;
    border:1px solid #b8c5d1;
    margin-left:10px;
}

.formControl
{
    width:380px;
}

.formControl span
{
    float:left;
    margin-left:70px;
    font-size:15px;
    font-weight:bold;
    color:#e42b22;
}

.buttonRed
{
	border:0px;
	height:25px;
	width:5px;
	padding-left:5px;
	margin-left:292px;
	background-color:#fff;
	background-image: url("../images/layout/button-red-left.gif");
	background-position:left top;
	display:inline-block;
	float:left;
}

.buttonRed span input
{
	border:0px;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background-color:#f00;
	background-image: url("../images/layout/button-red-background.gif");
	display:block;
}

.buttonRed span a
{
	border:0px;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background-color:#f00;
	background-image: url("../images/layout/button-red-background.gif");
	display:block;
	text-decoration:none;
}

.buttonRed span
{
	border:0px;
	height:25px;
	padding-right:5px;
	background-color:#fff;
	background-image: url("../images/layout/button-red-right.gif");
	background-repeat:no-repeat;
	background-position:right top;
	display:inline-block;
}

.error {
    padding-left: 40px;
}

