@charset "utf-8";
/* CSS Document */

.textinput_gradient{
	width:133px;
	height:20px;
	border: 1px solid #acacac;
	background-image:url(/images/search_input.jpg);
	background-repeat:repeat-x;
}

.reactions textarea{
	width:445px;
	height:110px;
	border: 1px solid #acacac;
	margin:10px 0px 10px 0px;
}

.submit{
	background-image:url(/images/tabs_active_middle.jpg);
	background-repeat:repeat-x;
	height:27px;
	vertical-align:top;
	border:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

	#profile .submit{
		font-size:12px;
	}

.login_btn{
	background-image:url(/images/login_btn.jpg);
	border:none;
	width:25px;
	height:25px;
}

.cancel{
	background-image:url(/images/tabs_middle.jpg);
	background-repeat:repeat-x;
	height:27px;
	vertical-align:top;
	border:none;
	color:#006351;
	font-size:14px;
	font-weight:bold;
}

#form label, .inputfields label, legend, .reactions label{
	color:#006351;
	font-weight:bold;
	display:inline-block;
	font-size:13px;
	width:130px;
	vertical-align:top;
}

legend{
	padding: 0px 5px 0px 5px;
}

.textinput, .textbox, fieldset{
	border: 1px solid #acacac;
	margin:2px 0px 2px 0px;
}

.textinput{
	height:20px;
}

#form .long, .inputfields .long, .textbox{
	width:250px;
}
#form .textbox2{
	width:280px;
	height:150px;
}

#form .short, .inputfields .short{
	width:65px;
}

#form .middle, .inputfields .middle{
	width:135px;
}

.checkboxes label{
	color:#006351;
	font-weight:bold;
	font-size:13px;
	float:left;
	width:410px;
}

.checkbox{
	clear:left;
	float:left;
	margin-right:5px;
}

.tooltip{
	background-image:url(/images/help.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:14px;
	text-decoration:none;
	margin-top: 5px;
	display:inline-block;
	vertical-align:top;
}

.tooltip span{
	display:none;
}

.tooltip:hover{
	background-image:url(/images/help_hover.jpg);
	background-repeat:no-repeat;
}

.tooltip:hover span{
	display:block;
	position:absolute;
	margin-left:20px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #006351;
	text-align:left;
	width:200px;
}

fieldset{
	width:230px;
	padding:10px;
	display:inline;
}