/*-------------------------------------------------------------------------
	F O R M S  C S S
---------------------------------------------------------------------------	*/

#searchform input {
	font-size:11px;
	background:#FFF;
	color:#666;
	padding:4px;
	border:none;
	float:left;
	position:relative;
	margin:4px 4px 0 8px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;

	}
	
	#searchform .searchInput {
		width:150px;
		height:14px;
		}
		
#searchsubmit {
	background:#000 URL(../images/login/btn_search.gif) no-repeat;
	width:59px;
	height:22px;
	border:none;
	margin:4px 0 0 0;
	font-size:0px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ 
	}
#searchsubmit:hover {background:#666 URL(../images/login/btn_search-over.gif) no-repeat; color:#666;}

form>#searchsubmit {height: 36px;}

#primaryContent #featuredForm {
	float:right;
	margin:0 2px 4px 10px!important;
	margin:0 8px 4px 10px;
}

#newCommentInput {
	width:708px;
	height:188px;
	border:none;
	padding:6px;
	font-size:12px;
}
	
.btnPost {
	background:URL("../images/btn_post.it.gif") no-repeat;
	text-indent:-9999px;
	width:87px;
	height:25px;
	border:none;
	margin-top:10px;
}

.btnPost:hover {background:URL("../images/btn_post.it-over.gif") no-repeat;}

.promptSelect input {margin-top:30px;}