
#stf_msg {
	font-size: 13px;
	margin-left: 5px;
}

#stf_req {
	font-size: 10px;
	margin-left: 5px;
}


#stf_result {
	margin: 10px;

}

input.stf {
	background-image: url("../images/stf_field_bf.gif");
	width: 224px;
	height: 23px;
	padding-top: 6px;
	padding-left: 5px;
	float: left;
	font-size: 14px;
	border: 1px solid #CCC;
}

textarea.stf {
	width: 452px;
	height: 48px; 
	font-size: 14px;
	border: 1px solid #CCC;
	padding: 6px 5px 6px 5px;
	overflow: auto;
}

span.error { 
	color: #F00;
	font-size: 12px;
}



#bottom_content #left_content {
	width: 650px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#bottom_content #album_copy {
	width: 650px;
	font-size: 14px;
	line-height: 22px;
}



#bottom_content #right_content {
	background: url(../images/quotes.gif);
	background-repeat: no-repeat;
	width: 275px;
	float: right;
	margin-top: 10px;
}

#bottom_content #right_content #quote {
	width: 235px;
	min-height: 54px;
	padding: 10px 15px 0px 15px; 
	font-size: 14px;
	line-height: 22px;
	background: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
	color: #333; 
	font-style: italic;
}

#bottom_content #right_content #quote_nav {
	margin-top: 10px;
	padding-top: 3px;
	border-top: 1px solid #DADADA;
}

#bottom_content #right_content #quote_nav #txt {
	margin-top: 1px;
	font-size: 12px;
	float: left;
}

#bottom_content #right_content #quote_nav #btn {
	float: right;
}


#no_result {
	width: 850px;
	padding: 20px;
	float: left;
}






