.contenttablebackground {
	background-color: #FFFFFF;
}
.contenttabletopborder {
	background-image: url(/skin/mbg0503/assets/images/topborder.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.contenttablebottomborder {
	background-image: url(/skin/mbg0503/assets/images/bottomborder.png);
	background-repeat: repeat-x;
	background-position: top;
}
.contenttablerightborder {
	background-image: url(/skin/mbg0503/assets/images/rightborder.png);
	background-repeat: repeat-y;
	background-position: left;
}
.contenttableleftborder {
	background-image: url(/skin/mbg0503/assets/images/leftborder.png);
	background-repeat: repeat-y;
	background-position: right;
}

.shadedbox {
	background-image: url(/skin/mbg0503/assets/images/shadedbox.png);
	background-repeat: no-repeat;
	width: 450px;
	display: block;
	padding: 5 5 5 5;
}

p,td
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        line-height: 14px;

}

.midpagebackground {
	background-image: url(/skin/mbg0503/assets/images/mid_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	top: 0px;
	margin: 0;
	padding: 0;
	font-size:10px;

}
.header {
 width: 100%;
 height: 149;
 background-image: url(/skin/mbg0503/assets/images/bg_header.gif);
 background-repeat: repeat-x;
}
.midheader {
 width: 800;
 height: 149;
 background-image: url(/skin/mbg0503/assets/images/mid_header.gif);
 background-repeat: repeat-x;
}
.signintable
{
   background-image: url(/skin/mbg0503/assets/images/sign_in.gif);
   background-repeat: no-repeat;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #eee;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.formValue {
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	margin: 2px;
}
