@charset "utf-8";
/* CSS Document */



legend {
margin-left: 1em; /* makes box around legend element */
font-weight: bold;
background: #fb0;
border: #006699 solid 2px;
padding: 1px 10px
} 

fieldset { 
float: left;
clear: left;
width: 85%; 
margin: 1em 0 2em 0;  /* this makes spaces between fieldset groupings */
padding: 0;
padding-bottom: 1em; 
border: #006699 solid 2px;

} 

fieldset ol {  
padding: 1em 1em 0 1em;  /* puts space between fieldset box line and fieldname text shoves it right */
list-style: none; 
} 

fieldset li { 
/* float: left;*/  /* If the list item is floated, it'll contain all of its floated children */

clear:left; /* means that the list item will always appear beneath any prior left-floated elements instead of beside them. */
width: 100%; 
padding-bottom: .33em; /* puts spaces between fields rows */
}
 
fieldset.submit {
float: none;
width: auto;
border: 0 none #FFF;  
padding-left: 12em; 
}


/* left align labels */
label {  
float: left;  
width: 10em;  
margin-right: 1em; 
}


.selectborder {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:22px;
width:90px;
}

.selectborder2 {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:140px;
}

.selectborder3 {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:260px;
}

.border {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:225px;
}

.border2 {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:100px;
}

.border3 {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:36px;
}

.border4 {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:20px;
width:50px;
}

input:hover {
background-color:#fff;
}

input.border:focus {
background: #fff;
border: 1px solid #595959;
}

.txtareaborder {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:55px;
width:320px;
}

.txtareaborder2 {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
height:40px;
width:320px;
}

textarea:hover {
background-color:#fff;
}

textarea.txtareaborder:focus {
background: #fff;
border: 1px solid #595959;
}


/* PRETTY BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 20em;
    overflow: auto;
    width: 27em;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

* html .checklist label { height: 1%; } /* hack to make IE play nicely */

.checklist label:hover { background: #777; color: #fff; }

/* messages */
/**************** information boxes *********************/
.error-message h3, .notice-message h3, .success-message h3, .info-message h3 {border:0; margin-bottom:5px; padding:0 }
.info-message, .error-message, .success-message, .notice-message {width:600px; font-size:110%; padding:10px 8px 10px 8px;	margin:10px 0 10px 0;}
.info-message {	border-top:1px solid #EBD085;	border-bottom:1px solid #EBD085; 	background-color:#FFF2CE; }
.error-message	{	width: 529px; border-top:1px solid #FF9595;	border-bottom:1px solid #FF9595; 	background-color:#FFEAEA; }
.error-message ol li { background-color:#FFEAEA;}
.success-message {	border-top:1px solid #66DDFF;	border-bottom:1px solid #66DDFF; 	background-color:#E8FAFF; }
.notice-message {	border-top:1px solid #FFBB7D;	border-bottom:1px solid #FFBB7D; 	background-color:#FFF5EC; }

