/* CSS Document 
		Tim Ward
		Contact Us and Volunteer Forms
		developed on 4/28/06
		modified on: --/--/-- by Name

*/

.formbase  {
	padding-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	background-image: url(/images/formlines.gif);
	background-repeat: no-repeat;
}

.formbase_main  {
	padding-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	width:335px;
	background-image: url(/images/formlines.gif);
	background-repeat: no-repeat;
}

.formbase_main td{
	line-height:.8em;
}

.form_title {
	position: relative; 
	margin: 2px 30px 0px 20px;
	color:#641437;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.formbase td {
	text-align:left;
	padding-bottom: 8px;
	
}
.formbase table {
	align:center;
	margin-left:15px;
	margin-top:20px;
}
.alerts {
	color:red;
}

.plugin {
	float: right;
	width: 220px;
}

.plugin_full {
	float: right;
	width: 500px;
}

.plugin p, .plugin_full p{
	font-size: .9em;
}

.plugin span, .plugin_full span{
	float:right;
	padding-left:10px;
	margin-top:5px;
}

.plugin fieldset, .plugin_full fieldset{
 position:relative;
 background:#EEDFDF;
 border: 1px solid #631334;
 padding:15px 8px 8px 8px;
 margin-top:10px;
}

.plugin legend, .plugin_full legend{
	 position:absolute;
	 top:-14px;
	 color:#631334;
	 background-color: #fff;
	 border: 1px solid #631334;
	 padding:2px 5px;
}

.ihta_row {
	background:url(../images/ishospicetheanswer/ihta_grad.jpg) repeat-y #FFFFFF;
}