body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 90px;
}
.top {
	background-image: url(/images/headbg.jpg);
	background-repeat: repeat-x;
	height: 73px;
	width: 100%;
	padding-top: 23px;
}
.box {
	margin: auto;
	width: 510px;
	padding-top: 100px;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 9px;
}
.formblock {
	background-image: url(/images/formbg.jpg);
	background-repeat: repeat-y;
}
.formbox {
	background-color: #FFFFFF;
	background-image: url(/images/formtop.png);
	background-repeat: no-repeat;
}
.boxtitle{
clear:both;
padding-top:18px;
padding-bottom:18px;
padding-left:20px;
font-size:22px;
color:#FFFFFF;
}
.formcontent {
	padding-top: 54px;
	padding-bottom: 54px;
	background-image: url(/images/formbg.jpg);
	background-repeat: repeat-y;
	padding-right: 43px;
	padding-left: 21px;
	height: auto;
}
.formelement {
	width: 295px;
	float: left;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.copyright {
margin-left:auto;
margin-right:auto;
width:520px;
font-size:10px;
}
.cms{
float:right;
font-size:20px;
height:59px;
padding-right:10px;
color:#414719;
}

.formelement ul{
margin:0px;
padding:0px;
list-style:none;
}
.formelement li{
padding-left:10px;
background-image:url(/images/bullet.png);
background-position:left 60%;
background-repeat:no-repeat;
}
.formelement a{
color:#000000;
font-size:12px;
}
div.admin-bottom{
	border-top:#666600 1px solid;
	background-color: #CAD0AE;
	color:#000000;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
* html img,
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
