/*
 * Copyright (c) 1995-2005 Macromedia, Inc. All rights reserved. 
*/
form{
	width: 98%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;

}


form hr{	
	width: 99%;
	height: 1px;
	color: #cabba9;
}
form p{
	margin-top: 0px;
	padding: 0px;
}

/**********************
 Form Elements 
***********************/
ElementRow{
	padding-top:2px;
	padding-bottom:1px;
}

Input {

	font-size: 10px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 10px;
	margin-right: 4px;
	margin-bottom:2px;

}

Textarea {
	font-size: 10px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 5px;
	margin-right: 5px;
}


Select {
font-size: 10px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 10px;
	margin-right: 4px;
	margin-bottom:2px;
}


Textarea{
	margin-left:50px;	
}

Radio{
	font-size: 10px;
}

Checkbox{
	font-size: 10px;
}

.Radio input{
border: 0px solid #FFF;
}
.submit input
{
	margin-left:130px;
	margin-top:10px;
	margin-bottom:20px;
	background-color: #f7f7f7;
	border:1px solid #cabba9;


}

.submit input:hover{
	background-color:#99FF00;
	border:1px solid #cabba9;
}



ButtonBar{

}

Text{
	font-size: 12px;
	font-family: inherit;
	color: #664e38;
	padding:10px !important;
}


RequiredElement{

}

/**************************
 labels 
 **************************/
/* label of form element */
label{
margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #664e38;
	padding-right:2px;
	margin-bottom:2px;
}

/* first child in a horizontal group, sets width so all elements down form line up */
FirstChild  {
	width: 90px !important; 
}

/* the label of an individual form element */
LabelTitle{
	color: #664e38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 8px;
	width:100px;
}

/* applyes to vertical form group labels */
HeaderTitle{
	width: 100%;
	height: 40px;
	vertical-align: baseline;
	padding-top: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #664e38;
	background-color: #f7f7f7;
	border-top: 1px solid #cabba9;
	border-bottom: 1px solid #cabba9;
}

/* applys to label of elements that are required */
.RequiredLabel
{
	font-weight: bold;
	 color: #ff0000;
    font-size:1.0em;
}



/***************************
	alignment 
****************************/
/* horizontal form groups */
.horizontal{	

}

/* vertical form groups */
.vertical table{	

}

/* left aligned labels */
.cfLabelPosLeft  {
	margin-left: 0px !important;
	text-align:left;
}

/* right aligned labels */
LabelPosRight {
	margin-right: 10px;
	text-align: right;
}

/* top aligned labels */
LabelPosTop  {
	margin-right: 1ex;
	padding-left:50px;
}

/* centered aligned labels */
LabelPosCenter  {
	margin-right: 1ex;
	text-align: center;
}



