/* FeedBack BEGIN */

.feed
{

}

.feed_text
{

}

/*FeedBack END 

	News BEGIN */

.news_text
{

}

/* News END 

	Search BEGIN*/

.search
{

}

ol
{

}

/* Search END

	Print BEGIN */

.print_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}

.print_text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}

/* Print END

	Image border BEGIN*/

.imgborder {
	border: 3px double #CFCFCF;
}

.imgnoborder {

}

/* Image border END

	Inputs BEGIN */

.input_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 15px;
	width: 200px;
	border: 1px solid #814600;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	color: #814600;
}

.input_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 20px;
	width: 90px;
	border: 1px solid #814600;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #814600;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.input_file {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 18px;
	width: 200px;
	border: 1px solid #814600;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px 0px 0px 0px;
	position: relative;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

select {
	border: 1px solid #814600;
}

textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 200px;
	width: 200px;
	border: 1px solid #814600;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

/* Inputs END */

.normal
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #38270D;
}

.error_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	height: 40px;
	vertical-align: top;
}

a img {
	border: 0px;
}