.rollover a {
display:block;
width: 90px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;;
color:#333;
background: url("rollover-image.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -35px;
color: #049;
}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
}

.formblue {
	color: #0097CA;
}

.cform { 
	margin:0px auto 0 auto; 
	/* width: 190px; */
}

.cform fieldset	{ 
	margin-top:0px; 
	padding:0px 0 0px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #B6BBBF;
	letter-spacing:3px;
}



/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	/*width:90px;*/ 
	margin:0px 0px 0 0; 
	vertical-align:top;
	cursor:pointer;
}
.cform label span {
	/* width:90px;  must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:0px 0px 0 0; 
}

label.cf-group-after {
	margin:0px 0 0 0px;
	width:60px;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px;
	border:1px solid #B6BBBF;
	font:1.2em Arial,Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff url(http://www.inrees.com/img/form/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #0097CA;
	background:#ffffff url(http://www.inrees.com/img/form/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#13507C;
	background:#ffffff url(http://www.inrees.com/img/form/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:169px; 
}
.cform select {
	width:175px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 1.2em;
	overflow:auto;
	width:269px; 
}

.cform fieldset {
	border:1px solid #B9BEC2;
    padding: 1em;
    margin: 0 0 15px 15px;
    width: 450px;
    display: block;
}
.cform legend {
    padding: 4px;
    color: #B9BEC2;
    margin-bottom: 10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}


.cform label {
    display:inline;
    /* width: 120px; */
    float:left;
    margin: 3px 0 3px 0;
}
