/* GLAD Send to a Friend Style Sheet */

.staf_content
{
    position: absolute;
    top: 226px;
    left: 454px;
	color: #7A2E17;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#form_field_descriptor
{
	width:400px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
}

#form_field_layout
{
	width:470px;
	padding-bottom:10px;	
}

textarea, .textInput
{
	border: 1px solid #808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

#form_section_header
{
	width:172px;
	text-align:right;
	padding-top:25px;
	padding-right:10px;
	float:left;
}

#form_blank_line
{
	height:15px;
	width:650px;
	float:left;
}

#form_message
{
	width:650px;
	font-weight:normal;
	padding-right:70px;
	padding-bottom:20px;
	float:left;
	color: #7A2E17;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	font-weight:bold;
	font-size: 10px;
	color:#cc0000; 
}
#error_box
{
	
}


.floating
{
min-height:0; /* IE 7 */
}

.floating:after
{
content:".";
clear:both !important;
display:block;
height:0;
visibility:hidden;
}

* html .floating { height:1%; } /* IE 6 */

.floating DIV
{
float:left;
}