/* Forms
*******************************************************/


/* BLOG SEARCH */

#search_form{
		position:relative;
		margin: 20px 0 15px 0;
		}
	#submit_go{
			position:absolute;
			left: 24em;
			top: -2px;
			}

#blog_search{
	width: 21em;
	}
	
	#blog_submit{
	background: url(../images/btn_arrow.jpg) no-repeat;
	border: none;
	width: 24px;
	height: 22px;
	cursor: hand;
	cursor: pointer;
	}

/* BLOG COMMENT FORM */

#PageCommentInterface_Form_PageCommentsPostCommentForm input, #PageCommentInterface_Form_PageCommentsPostCommentForm textarea {
	color:#000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	margin-top: 5px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm label {
	color:#666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_action_postcomment {
	background: url(../images/btn_post_comment.gif) no-repeat;
	width: 132px;
	height: 22px;
	border: 0;
	text-indent: -1000em;
	margin-left: 0px;
	display:block;
	cursor: hand;
	cursor: pointer;
}


#Form_Form {
	margin-bottom: 1em;
}

fieldset {
	padding: 5px 0px 0px 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
	background: none;
	padding: 1px;
	
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	font-family: verdana, sans-serif;
	padding: 3px;
	border: 1px solid #DEDDDD;
	/* background:#fff; */
	color: #444;
	font-size: 11px;
	font-weight: normal;
	width: 350px;
	margin-top: 0px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	margin-right: 15px;
	color: #fff;
	background-color:#790000;
	padding: 3px 10px;
}

input, textarea, select, select:active, select:hover, select:focus, textarea, textarea:active, textarea:hover, textarea:focus {
	color:#000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

select {
/*	background: #F6E8FB; */	
	padding: 1px;
}

label {
	font-size: 1em;
	font-weight: bold;
}

	label span{ color: #b41218; font-size: 0.9em; }

.message {
	font-size: 10px;
	font-style: italic;
	line-height: 2em;
}

.validation {
	color: red;
}

.required {
	color: red;
	margin: 2px 0 15px 0;
	
}


