body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Calibri;
}


.style1 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Calibri;
}

.style2 {
	font-family: "Trebuchet MS", Arial, Calibri;
	font-weight: bold;
}

.style3 {
	font-size: 24px;
	color: #276289;
}

.style4 {
	font-size: 24px;
	color: #276289;
	font-family: "Trebuchet MS", Arial, Calibri;
	font-weight: bold;
}

.style7 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Calibri;
	font-weight: bold;
}

.style10 {
	font-size: 9px
}

.style12 {
	font-family: "Trebuchet MS", Arial, Calibri
}

.style17 {
	text-align: center;
}

.style18 {
	color: #FFFFFF
}

.style19 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Calibri;
	color: #FFFFFF;
}

.style9 {
	font-size: 14px;
	color: #276289;
	font-family: "Trebuchet MS", Arial, Calibri;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #276289;
}

a,
a:visited,
a:link,
a:active,
a:hover {
	font-size: 12px;
	color: #13B9E7;
	font-family: "Trebuchet MS", Arial, Calibri;
}

.forms fieldset {
margin:0;
padding: 1px;
overflow:hidden;
border: 0;
}

#contentPanel {
	height: 320px;
	overflow-y: auto;
}

.forms input,
.forms select,
.forms textarea {
-moz-border-radius:2px;
-webkit-border-radius: 2px;
border:1px solid #ccc;
padding:2px;
font-size:12px;
font-family: "Trebuchet MS", Arial, Calibri;
}

.forms {
	font-size: 10px;
}
.forms input {
width:200px;
background-image: url("../img/validation_default.gif"); 
background-repeat: no-repeat; 
background-position: left top;
font-size: 10px;
}

.forms input.invalid {
width:200px;
background-image: url("../img/validation_error.gif"); 
background-repeat: no-repeat; 
background-position: left top;
}

.forms input.valid {
width:200px;
background-image: url("../img/validation_success.gif"); 
background-repeat: no-repeat; 
background-position: left top;
}

.forms select {
width:200px;
background-image: url("../img/validation_default.gif"); 
background-repeat: no-repeat; 
background-position: left top;
font-size: 10px;
padding-left: 6px;
}

.forms select.invalid {
width:200px;
background-image: url("../img/validation_error.gif"); 
background-repeat: no-repeat; 
background-position: left top;
}

.forms select.valid {
width:200px;
background-image: url("../img/validation_success.gif"); 
background-repeat: no-repeat; 
background-position: left top;
}

.forms label {
display:block;
float:left;
width:120px;
}

.forms fieldset ul.error {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.forms fieldset ul.error li {
width:auto;
display:block;
padding: 0;
margin:0px;
float:left;
border:0;
list-style-type: none;
color: #FF0000;
margin:0 0 0 100px;
font-size: 9px;
}

.forms img.mathcaptchaimage {
float: left;
border:1px solid #ccc;
margin:0 0 10px 0;
-moz-border-radius:2px;
-webkit-border-radius: 2px;
}

.forms input.mathcaptcha {
width:38px;
display:inline; /* ie6 fix */
margin: 0 0 0 5px;
padding:4px;
height:14px;
color:#13B9E7;
font-weight:700;
border-color:#13B9E7;
font-family: "Trebuchet MS", Arial, Calibri;
font-size: 12px;
}

.forms input.mathcaptchainvalid {
width:38px;
display:inline; /* ie6 fix */
margin: 0 0 0 5px;
padding:4px;
height:14px;
color:#13B9E7;
font-weight:700;
border-color:#13B9E7;
background-image: url("../img/validation_failed.gif"); 
background-repeat: no-repeat; 
background-position: right top;
font-family: "Trebuchet MS", Arial, Calibri;
font-size: 12px;
}

.forms fieldset.switch {
border-width:1px 0;
border-style:solid;
border-color:#f6f6f6;
background:#f6f6f6;
margin:10px 0;
padding:10px;
}



.forms fieldset.switch input {
width:auto;
display:block;
margin:3px 5px 0 0;
float:left;
border:0;
}

.forms fieldset.switch label {
width:auto;
}

.forms .button {
width:auto;
margin:0 0 0 170px;
* margin:10px 0 0 170px; /* ie fix */
padding:0px;
background:#fff;
cursor:pointer;
border-color:#13B9E7;
color:#13B9E7;
font-weight:700;
font-family: "Trebuchet MS", Arial, Calibri;
font-size: 12px;
vertical-align: top;
}

.forms .button:hover {
background:#13B9E7;
border-color:#13B9E7;
color:#fff;
}

.forms input.blockCheck {
	width: auto;
}

.forms input.checkBoxValid {
	width: auto;
}

.forms input.checkBoxInvalid {
	width: auto;
}
