
.theform{
	font-size		: 1em;
	color			: #000;
	background-color: #fff;
	font-family		: Arial, Helvetica, sans-serif;
}	

.theform label.left,
.theform select,
.theform input[type=checkbox],
.theform input[type=radio],
.theform input[type=button],
.theform input[type=submit]{
cursor	: pointer;
}

.theform fieldset,
fieldset.ontop{
	border			: none;
	width			: 45em;
	padding			: 6px;
	margin 			: 1em 0 0 0;
	background-color: #E6E6E6;
	}
	
fieldset.ontop p{
	padding			: 6px;
	margin 			: 0;
	}


.theform fieldset legend{
	letter-spacing : 1px;
	background-color: #E6E6E6;
	padding : 5px;
	font-weight : bold;
} 


/* wpapper element  */	
.theform .label-element-box{
	padding			: 3px 0 3px 0;
	margin			: 1px 0 1px 0;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	
	background-color: transparent; 
	}
/*	
.theform .box:hover{
	background-color: #eee; 

}*/
	
	

.theform label {
	margin			: 2px 5px 0 5px;
	}


/* label of input[type=text], select  */
.theform label.left{
	width			: 11em;
	padding			: 0;
	margin			: 3px 5px 0 5px;
	}





/* label top of input[type=text], select  */
.theform label.top{
	text-align		: left;
	width			: auto;
	display 		: block;  
	margin			: 3px 5px 5px 5px; 
	padding			: 0;
	}	

.theform label.top + input[type=text]{
	width			: 100%;
	margin			: 0 5px 0 5px; 
}


/* input[type=text] */
.theform  input[type=text]{
	margin			: 1px 0 1px 0;
	border			: 1px dotted #333;
	width			: 30em;
	}
	
.theform input[type=text]:focus{
	background-color: #fff;
	border			: 1px solid #000;
	}
	
/* select */	
.theform select{
	border			: 1px solid #999;
	background-color: #fff;
	width			: 16.3em;
	margin			: 1px 0 1px 0;
	}



/* checkbox */
.theform .checkbox-left{
	float			: left;
	width			: auto;
	margin			: 0 .5em 0 5px;
	padding 		: 0;
}

.theform label.label-checkbox{
	width			: auto;
}

/* radio groub */		
.theform p.radio-left{
	width			: auto;
	margin			: 0 5px 0 3px;
	padding 		: 0;
	clear			: both;
}

/* radio groub */		
.theform p.radio-right{
	display			: block;
	width			: 16em;
	margin			: 0 0 5px 12em ;
	padding 		: 0;	
}

.theform .radio-right label,
.theform .radio-left label{
	display		: block;
	margin			: 5px 5px 5px 5px;
	padding		: 0.5em;
	background-color: #eee; 
	}

.theform .radio-right input,
.theform .radio-left input{
	margin			: 0 3px 0 0;
	}

.theform p.radio-inline{
	margin			: 3px 0 0 0;
}

.theform .radio-inline label{
	margin			: 0 10px 0 0;
}
.theform .radio-inline input{
	margin			: 0 5px 0 0;
}


/* textarea */
.theform label.label-textarea{
	width			: 16em;
	padding			: 1em 0 0 0;
	margin			: 3px 5px 0 5px;
}

.theform textarea,
.theform .textarea{
	width			: 27.5em;
	font-size		: 100%;
	color			: #000;
	font-family		: Arial, Helvetica, sans-serif;	
	margin			: 0 5px 0 5px;
	border			: 1px dotted #333;
	}

.theform textarea:focus,
.theform .textarea:focus{
	background-color: #fff;
	border			: 1px solid #000;
	}



/* submit */	
.theform input[type="submit"]{
	margin			: 1em 0 0 27em;
	border			: 1px solid #000;
	width			: 18em;
	padding			: 0 1em 0 1em;
	
	background-color: #fff;
	letter-spacing	: 1px;
	}


.theform input[type="submit"]#submitit:hover{
	border			: 1px solid #f00;
	background-color: #fff;
	}

.theform  input[type="submit"]#submitit:focus{
	border			: 1px solid #f00;
	color			: #f00;
	}
	


/* 
*	alerts 
*/

.ontop .alert{
	color			: #f00;
	font-weight		: bold;
}

.theform .alert{
	color			: #000;
	}

.theform .alert p{	
	margin			: 5px;
	padding			: 0;
	color			: #000;
	font-weight		: bold;	
	}
	

.theform label.message{	
	margin			: 5px;
	padding			: 0;
	color			: #000;
	display			: block;
	font-weight		: bold;	
	}
	
.theform .alert label.message{
		color		: #000;
}
	
.theform .alert input.text{
	color			: #f00;
	text-decoration	: none;
	background-color: transparent; 
	}

.theform .alert label{
	color			: #f00;
	}	
	 

.theform .alert input[type="text"]{
	border: #f00 1px solid;
	color: #000;
	background-color: #fff;
	}


.theform .required{
	font-weight: bold;
}

/* norequired */
.theform .norequired p,
.theform .norequired label{
	font-weight		: bold;
	color			: #000; 
}	



/* ################################################################### */
	

	
.theform a:link{
	color: #000; 
	text-decoration: none;
	background-color: transparent;
}

.theform a:visited{
	color: #666; 
	text-decoration: none;
	background-color: transparent;
}

.theform a:visited:after{ 
	content:  "\00A0\221A";
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
}

.theform a:focus{
	color: #ff0000;
	text-decoration: none;
	background-color: transparent; 
}

.theform a:hover, 
.theform a:active{
	color: #ff0000;
	text-decoration: none;
	background-color: transparent; 
}


	
.theform .ontop{
	background-color: #F7F7F7; 
	padding: .5em 5px .5em 5px;
	color: #f00;
}

.theform .ontop p{
	color: #f00;
}


.theform label.left.longer{
width			: 13em;
}



/* submit */	
.button-go a{
	margin  : 0;
	/* border			: 1px solid #f00; */
	width			: auto;
	padding			: 0 1em 0 1em;
	background-color: #fff;
	letter-spacing	: 1px;
	font-weight		: bold;
	float: right;
	}

.theform p, 
.theform h2,
.theform h3,
.theform h4,
.theform h5,
.theform h6	
.theform{
	padding			: 5px 5px 5px 5px;
	}



