form {margin: 0;padding: 0;}

/* Inputs
***************************/
input, select, textarea {}


/* RASP FORM Fieldset */
div.RaspForm {
	clear: both;
	border: none;
	width: 80%;
	margin: 0 auto 35px auto;
}


div.RaspForm fieldset {
	border: none;
	padding: 2px 8px;
	background: #F0F0F0;
}

.fieldset_top{background: transparent url(../../M_images/content/rasp_form_top.gif) no-repeat scroll 0 0;width:100%; height:10px;}
.fieldset_bottom{background: transparent url(../../M_images/content/rasp_form_bottom.gif) no-repeat scroll 0 0;width:100%;height:10px;margin-bottom: 8px;}

div.RaspForm fieldset p {
	clear: left;
	/*float: left;*/
	/*width: 97%;*/
	margin: 4px 0 4px 8px;
	border: none;
}

div.RaspForm fieldset dl.header {
	text-decoration: none;
	margin: 4px 0 10px 8px;
	color: #004A83;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

div.RaspForm fieldset dl {
	clear: left;
	float: left;
	width: 97%;
	margin: 2px 0 8px 8px;
	border: none;
}

div.RaspForm fieldset dt {
	float: left;
	width: 30%;
	margin: 0;
	margin-top: 4px;
	font-size:12px;		
	/*border: 1px solid red;*/
}

div.RaspForm fieldset dd {
	float: left;
	margin: 0;
	width: 69%;
	font-size:12px;		
	/*border: 1px solid red;*/
}

div.RaspForm fieldset dd input,div.RaspForm fieldset dd select,div.RaspForm fieldset dd textarea{
	float: left;
	font-size:12px;	
}

div.RaspForm fieldset dl .helptext {
	/*width: 34%;*/
	width: 44%;
	float: right;
	margin: 0px 3px 0px 0;
	font-size: 90%;
	font-style: italic;
	/*background: #FFF;*/
}

div.RaspForm fieldset dl .helptext2 {
	width: auto;
	clear: both;
	margin: 0px 3px 0px 0;
	font-size: 90%;
	font-style: italic;
	/*background: #FFF;*/
}

div.RaspForm fieldset dl dt.onerow  {
	clear: both;
	float: left;
	width: 99%;
	margin: 0;
	margin: 4px 0 10px 0;
	/*border: 1px solid red;*/
}



/* FORM ACTIONS */
div.RaspForm fieldset.rasp_actions {
	background: none;
	border: none;
	padding: 4px 8px;
	margin: 14px 0;
}

div.RaspForm fieldset.rasp_actions dl {
	clear: left;
	float: left;
	width: 97%;
	margin: 0px 0 8px 8px;
	border: none;
}

div.RaspForm fieldset.rasp_actions dt {
	float: left;
	width: 30%;
	margin: 0;
	/*border: 1px solid red;*/
}

div.RaspForm fieldset.rasp_actions dd {
	float: left;
	margin: 0;
	width: 69%;
	/*border: 1px solid red;*/
}

div.RaspForm fieldset.rasp_actions div.actions {
	float:left;
}

div.RaspForm fieldset.rasp_actions div.actions .primary_action {
	float:left;
}

div.RaspForm fieldset.rasp_actions div.actions .secondary_action {
	float: left;
	margin: 6px 0 0 10px;
}

div.RaspForm h3 {
	color: #004A83;
	font-size: 18px;
	margin: 8px 0 6px 8px;
	font-weight: normal;
}

div.RaspForm fieldset h4 {
	margin-left: 8px;
	font-weight: bold;
	color: #004A83;
}