.cfform{
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.cfform hr{	
	width: 99%;
	height: 1px;
	color: #FF0000;
}
.cfform p{
	margin-top: 0px;
	padding: 0px;
}

/**********************
 Form Elements 
***********************/
.cfElementRow{
	padding-top:3;
	padding-bottom:2;
}

.cfInput {
	font-size: 10px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 5px;
	margin-right: 5px;
	height: 17;
}

.cfTextarea {
	font-size: 10px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 5px;
	margin-right: 5px;
}

.cfSelect {
	font-size: 12px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 5px;
	margin-right: 5px;
}


.cfTextarea{
	margin-left:50;	
}

.cfRadio{
	font-size: 10px;
}

.cfCheckbox{
	font-size: 10px;
}

.cfButton{
	background-color: #990000;
	border:1px solid #72a7d3;
	width: 80;	
	color: #FFCC30;
	font-weight:bold;
	margin-bottom:10;
	margin-right:10;
	margin-top:10;
}

.cfText{
	font-size: 12px;
	font-family: inherit;
	padding:10px !important;
}


.cfRequiredElement{

}

/**************************
 labels 
 **************************/
/* label of form element */
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #990000;
	padding-right:2px;
	
}

/* first child in a horizontal group, sets width so all elements down form line up */
.cfFirstChild  {
	width: 75 !important; 
}

/* the label of an individual form element */
.cfLabelTitle{
	color: #0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	margin-top: 8;
	width:50;

}

/* applyes to vertical form group labels */
.cfHeaderTitle{
	width: 100%;
	height: 40;
	vertical-align: baseline;
	padding-top: 10;
	padding-left: 25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	color: #000000;
	background-color: #ede9c6;
	border-top: 1px solid #72a7d3;
	border-bottom: 1px solid #72a7d3;
}

/* applys to label of elements that are required */
.cfRequiredLabel{
	font-weight: bold;
}

/***************************
	alignment 
****************************/
/* horizontal form groups */
.horizontal{	

}

/* vertical form groups */
.vertical table{	

}

/* left aligned labels */
.cfLabelPosLeft  {
	margin-left: 0px !important;
	text-align:left;
}

/* right aligned labels */
.cfLabelPosRight {
	margin-right: 10;
	text-align: right;
}

/* top aligned labels */
.cfLabelPosTop  {
	margin-right: 1ex;
	padding-left:50;
}

/* centered aligned labels */
.cfLabelPosCenter  {
	margin-right: 1ex;
	text-align: center;
}



