@charset "UTF-8";
/* CSS Document */

/* This class is used for the date drop downs <select> */
.inputClass
{
display:block;
float:left;
border:none;
}

input
{
margin-bottom:2px;
border:#999999 solid 1px;
font-size:11px;
}

textarea
{
margin-bottom:2px;
border:#999999 solid 1px;
font-size:11px;
}

select
{
border:#999999 solid 1px;
font-size:11px;
}

.buttonStyle
{
text-align:center;
border:solid 2px #CCCCCC;
background-color:#FFFFFF;
font-size:12px;
color:#333333;
}

/* label styles */

label
{
text-align:right;
float: left;
display:block;
width:140px;
margin-right:9px;
padding-top:3px;
}

.labelClass
{
text-align:right;
float: left;
display:block;
width:140px;
margin-right:5px;
}

.checkOrRadioLabel
{
float:none;
display:inherit;
width:20px;
}

.checkOrRadio
{
display:inherit;
width:auto;
float:none;
}

/* fieldsets */

fieldset
{
display:block;
margin-bottom:14px;
border:solid 1px #CCCCCC;
line-height:normal;
}

legend
{
color:#0066CC;
}