/* CSS Document */

FORM
{
	padding:10px;
	background-color:#F7F5F4;
	background-image:url(http://www.Better Bangladesh.net/graphics/backgrounds/form_bottom_fade.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	font-size:10px;
	border:1px solid #DAD1C9;
	
}
INPUT, TEXTAREA, SUBMIT
{
	border:1px solid #999999;
	z-index:0;
	margin:0px;
	padding:0px;
}

LABEL
{
	color:#0000CC;
	border:none;
	display:block;
}

LEGEND
{
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-weight:bold;
	color:#0066CC;
	
	display:block;

	margin-bottom:5px;

	height:20px;

/*	
	
	background-color:#003366;
	background-image:url(/graphics/backgrounds/legend_rounder.png);
	background-repeat:no-repeat;
	background-position: center left;
*/
	z-index:-1;
	
}

#submit
{
	height:22px;

	border:1px solid #CCCCCC;

	vertical-align:middle;
	text-align:center;
	
	color:#FFFFFF;
	background-color:#99CC00;
	font-weight:bold;
	
	text-transform:uppercase;
	font-size:11px;
	margin:20px 0px 5px 0px;
	padding:2px 10px 2px 10px;
}


.legend
{
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-weight:bold;
	color:#0066CC;
	
	display:block;

	margin-bottom:0px;

	height:20px;

/*	
	
	background-color:#003366;
	background-image:url(/graphics/backgrounds/legend_rounder.png);
	background-repeat:no-repeat;
	background-position: center left;
*/
	z-index:-1;
	
}

FIELDSET
{
	display:block;
	border:none;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0;
	margin:4px 0px 7px 0px; 
	z-index:-1;
	border-bottom:1px dotted #8F8885;
}

.required
{
	color:#FF3300;
	font-weight:bold;
}
.hidden
{
	display:none;
}
.comment /*this is for the database field comment. It will be printed with the 'i' icon on the left*/
{
	display:block;
	font-size:11px;
	font-weight:100;
	color:#000000;
	
	background-image:url(/graphics/webPNG/information_logo.png);
	background-repeat:no-repeat;
	width:100%;
	height:20px;
	
	padding-left:23px;
	margin-top:0px;
	margin-bottom:20px;
}




/*Calender*/

INPUT.calender
{
	width:80%;
	height:18px;
	background-color:#EFF3F8;
	display:inline;
}
INPUT.calender#submit
{
	width:20%;
	height:22px;
	background-color:#FF9900;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
}


/*Search bar*/
FORM#search_form
{
	margin:0px;
	padding:0px;
	
	background-color:transparent;
	
	border:none;
}


INPUT#find
{
	background-image:url(/Templates/new_template_graphics/find_button.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	height:22px;
	width:43px;
	margin-top:5px;
}


INPUT#search_field
{
	height:22px;
	width:253px;
	border:none;
	
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

#search_word{

	color:#009900;

}

#editor{

	display:block;

}

.poll_answer{
	
	padding-bottom:10px; 
	float:left; 
	border:none; 

	margin:-5px 10px 10px 0px;
}
