/*
 * Copyright (c) 1995-2005 Macromedia, Inc. All rights reserved. 
*/
.cfform{
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cfform hr{	
	width: 99%;
	height: 1px;
}
.cfform p{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	
}

.cfform h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
	}

/**********************
 Form Elements 
***********************/

.cfFieldSet{
	border: 3px double #CCCCCC;
	margin:0;
	padding:5px;
}

.cfElementRow{
	padding: 8px 0 8px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D1D1D1;
}

.cfInput, .cfTextarea {
	font-size: 12px;
	font-family: inherit;
	background: #FFFFFF url(images/inputShadow.gif) no-repeat;
	border: 1px solid #CCCCCC;
	margin-bottom:0px;
	margin-left: 5px;
}

.cfImageButton{

}

/* not for IE/Mac \*/
* html textarea {
    background-attachment: fixed;
}

.cfSelect {
	font-size: 12px;
	font-family: inherit;
}

.cfRadio{
	font-size: 12px;
	margin-left: 5px;
}

.cfCheckbox{
	font-size: 12px;
	margin-left: 5px;
}

.cfButton{
	
}

.cfButtonBar{

}

.cfText{
	font-size: 12px;
	font-family: inherit;
	padding: 0px 10px 10px 0px !important;
}


.cfRequiredElement{
	border: 1px solid #FF0000;
}


/**************************
 labels 
 **************************/
/* label of form element */
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:2px;
}

/* first child in a horizontal group, sets width so all elements down form line up */
.cfFirstChild  {
	width: 185px !important;
			
}

/* the label of an individual form element */
.cfLabelTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	width: 185px;

}

/* applyes to vertical and fieldset form group labels */
.cfHeaderTitle{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #666666;

}

/* applys to label of elements that are required */
.cfLabel{

}

.cfRequiredLabelIndicator {
	float: left;
	color: #ff0000;
	font-size:1.2em;
	margin-right: 5px;
}

#errorMessage {
	border: 1px solid #FF0000;
	padding: 5px;
	color: #FF0000;
	margin: 0px;
}

/***************************
	alignment 
****************************/
/* horizontal form groups */
.horizontal{
	width: 100%;

}

/* vertical form groups */
.vertical table{
	width: 100%;

}

/* left aligned labels */
.cfLabelPosLeft  {
	margin-left: 10px !important;
	text-align:left;
}

/* right aligned labels */
.cfLabelPosRight {
	margin-right: 10px;
	text-align: right;
}

/* top aligned labels */
.cfLabelPosTop  {
	margin-right: 1em;
}

/* centered aligned labels */
.cfLabelPosCenter  {
	margin-right: 1ex;
	text-align: center;
}



