
.theform{
	font-size		: 1em;
	color			: #000;
	background-color: #fff;
	font-family		: Arial, Helvetica, sans-serif;
}	




.theform  label,
.theform  select,
.theform  input[type=checkbox],
.theform  input[type=radio],
.theform  input[type=button],
.theform  input[type=submit]{
    cursor        	: pointer;
}

.theform fieldset{
	border			: 1px solid #CCCCCC;
	width			: 35.9em;
	padding			: 6px;
	margin			: 0 0 1em 0;
	          
	}
	
.theform fieldset legend{
	letter-spacing	: 1px;
	font-weight		: bold;	         

	}


/* wpapper element  */	
.theform .box{
	padding			: 2px 0 2px 0;
	margin			: 1px 0 1px 0;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	
	background-color: transparent; 
	}
	
.theform .box:hover{
	background-color: #eee; 

}
	
	
	
/* 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 0 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			: 22.5em;
	}
	
.theform input[type=text]:focus{
	background-color: #fff;
	border			: 1px solid #009EE3;
	}
	
/* select */	
.theform select{
	border			: 1px solid #999;
	background-color: #fff;
	width			: 22.8em;
	margin			: 1px 0 1px 0;
	}


.theform  input[type=checkbox]{
	margin 	: 0 3px 0 0;
}

/* checkbox */		
.theform input.checkbox-left{
    float			: left;
    width			: auto;
	margin        	: 0 5px 0 5px;
    padding 		: 0;	
}

.theform  label.label-checkbox{
    width           : auto;
	margin        	: 0;
}

/* radio groub */		
.theform .radio-left{
    display			: block;
    width			: auto;
	margin        	: 3px 5px 0 5px;
    padding 		: 0;	
}

/* radio groub */		
.theform .radio-right{
    display			: block;
    width			: 16em;
	margin        	: 0 0 .3em 12em ;
    padding 		: 0;	
}



/* textarea */
.theform label.label-textarea{
    width			: 16em;
	padding			: 0 0 0 0;
    margin			: 0 5px 0 5px;
}

.theform textarea,
.theform .textarea{
	width			: 34em;
	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 #009EE3;
	}



/* submit */	
.theform input[type="submit"]{
	margin          : 1em 0 0 14em;
	border			: 1px solid #009EE3;
	width			: 25em;
	padding			: 0 1em 0 1em;
	border			: 1px solid #009EE3;
	background-color: #009EE3;
	color			: #fff;
	font-weight		: bold;
	}

.theform input[type="submit"]#submitit:hover{
	border			: 1px solid #009EE3;
	background-color: #009EE3;
	color			: #fff;
	}

.theform  input[type="submit"]#submitit:focus{
	border			: 1px solid #009EE3;
	background-color: #009EE3;
	color			: #fff;
	}
	




/* 
*	alerts 
*/ 
.theform .alert{
	color			: #000;
	}
	
.theform .alert p{	
    margin		    : 5px;
	padding			: 0;
	font-weight		: bold;	
	color			: #000;
	}
	
.theform .alert label.alert{	
    margin		    : 5px;
	padding			: 0;
	color			: #000;
	display			: block;
	font-weight		: bold;	
	}
	
.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 p{
	margin			: 0.35em 0 0.35em 0;

}	
	
.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: #000;
	text-decoration: none;
	background-color: transparent;
}

.theform a:focus{
	color: #000;
	text-decoration: none;
	background-color: transparent; 
}

.theform a:hover, 
.theform a:active{
	color: #000;
	text-decoration: none;
	background-color: transparent; 
}


	
.theform .ontop{
	background-color: #F7F7F7; 
	padding: .5em 0 .5em 0;
	color: #f00;
}

.theform .ontop p{
	color: #f00;
	margin	: 0 5px 0 5px;
	padding : 0 3px 0 3px;

}




