@charset "utf-8";
/* CSS Document */

body {
margin:5px;
background-image:url(assets/lgrey091.gif);
}

#text1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border:thin solid #000000;
padding:5px;
}
.heading {
font-family:Verdana, Arial, Helvetica, sans-serif
font-size:14px;
font-weight:bold;

}

/* -------------------------- Forms ---------------------------*/

fieldset {
width:500px; 
display:block;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

legend {1
color:#000;
padding:5px;
text-transform:uppercase;
}

input {
float:right;
width:300px;
}

label {
float:left;
text-align:left;
}

textarea {
float:right;
width:300px;
}

select {
float:right;
width:275px;
}

.box {
float:right;
width:270px;
}

.box2 {
width:185px;
float:left;
}

.checkbox {
float:right;
width:20px;
margin-right:130px;
}

.button {
width:100px;
margin:20px 220px 0 0;
}


/*--------------- Highlighter ---------------*/

.ctrlHolder {
overflow:hidden;
clear:both;
margin:0;
padding:7px 4px;
}

.ctrlHolder span {
position:relative;
}

.focused {
color:#E32824;
border:3px solid #333;
border-width:3px 0;
padding:4px 4px;
}

.ctrlHolder .textInput:focus {
border-color:#666;
}

div.focused .formHint {
color:#000;
}

