@CHARSET "UTF-8";
/* **************** BLOCKS PAGE css ********* */
/* column of blockspage (page created from blocks */
div.widget_column{
	float: left;
}

div.content_block{
	border: 1px white solid;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 20px;
}

div.content_block_title{
	border-bottom: 1px brown solid;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

div.content_block_body{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* **************** END BLOCKS PAGE css ********* */



/* ***************** START ZEND FORM CSS **************************** */
/* let overide the default color and fontsize here to suit the template style  */
fieldset {
	margin: auto;
	width: auto;
	border: 1px solid #1a1a1a;
	padding: 5px;
}

legend {
	font-size: smaller;
	color: white;
}

textarea {
	width: 400px;
	height: 200px;
}

label {
	display: block;
	margin-bottom: 5px;
}

.form_element {
	margin-bottom: 10px;
}

.element input[type="text"], .element textarea{
	border: 1px solid #999;
	background-color: #FFFFFF;
	padding: 3px;
}

dd input[type="submit"], input[type="submit"] {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}

textarea.textareaSmall {
	height: 100px;
}

div.error {
	border: 1px solid #333;
	background-color: #000;
	color: #dd3333;
	max-width: 300px;
	margin-bottom: 5px;
	margin-top: 1px;
}

#messages {
	border: 1px solid #333;
	background-color: #000;
	color: #3d3;
	margin: auto;
	width: 300px;
	text-align: center;
}
/* ***************** END ZEND FORM CSS **************************** */

/* ***************** COMMON UTILITY STYLE ************************* */
.hidden {
	display : none;
}

.clear{
	clear:both;
}