/* CSS Document */
label{
clear:both;
}

.formTop{
float:left;
margin-bottom:5px;
}

.formTop textarea{
width:525px;
height:50px;
}

.formLeft{
margin-right:10px;
}

.formLeft, .formRight{
float:left;
width:260px;
margin-bottom:5px;
}

.formLeft{
clear:both;
}

#fileContents{
width:525px;
height:250px;
margin-bottom:10px;
}

.logo{
width:400px;
padding:20px;
height:10px;
margin:50px 0 10px 0;
background-color:black;
background-image: url(../images/header_image.png);
background-repeat: no-repeat;
}

.loginWrapper{
background-color:#B5EDBC;
padding:20px;
text-align:left;
width:400px;
}

.loginWrapper label{
float:left;
clear:both;
font-weight:bold;
margin-right:10px;
width:175px;
}

.loginWrapper input{
margin-bottom:10px;
}

.formBody{
margin:10px;
padding:10px;
background-color:#f5f5f5;
border:#ccc 1px solid;
}

.formBody label{
clear:both;
float:left;
font-weight:bold;
width:200px;
text-align:right;
margin-right:10px;
}

.formBody input{
float:left;
}

.submit{
clear:both;
margin:10px 0 0 0;
padding-left:205px;
}

.submit input{
clear:both;
margin-top:5px;
}

.dataHeader{
background-color:#C3D9FF;
padding:2px;
font-weight:bold;
}

.dataRow{
margin:5px;
padding:0 10px 0 10px;
color:#666;
font-style:italic;
}

label{
clear:both;
}

textarea.small{
width:200px;
height:50px;
}

textarea.med{
width:320px;
height:100px;
}

textarea.med_short{
width:350px;
height:50px;
}
textarea.med_tall{
width:350px;
height:200px;
}

textarea.large{
width:450px;
height:400px;
}

textarea.large_tall{
width:450px;
height:500px;
}

input.med{
width:350px;
}

input.large{
width:600px;
}

fieldset{
padding:5px;
border:#ccc 1px solid;
margin:0 5px 10px 5px;
}

legend{
color:#15428B;
font-size:14px;
font-weight:bold;
padding:0 5px;
margin:0 0 0 5px;
}

form dt{
clear:both;
float:left;
width:125px;
font-weight:bold;
text-align:right;
}

dt label.required{
	color:#cc0000;
}

form dd{
float:left;
margin:0 0 5px 10px;
width:400px;
}

#indeterminate{
margin-bottom:20px;
}