@charset "utf-8";
/* CSS Document */

/*################# MAILFORM ################ */

.tx-thmailformplus-pi1 {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	border: 0px;
	}
	
.tx-thmailformplus-pi1 form fieldset {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	border: 0px;
	}

.tx-thmailformplus-pi1 form fieldset label {
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	}

.inputcheckbox {
	color:#3A3A4E;
	border: 0px;
	}
	
.FormInput {
	padding: 2px;
	font-weight:normal; 
	width:246px; 
	font-size: 11px;
	font-family: Arial;
	color:#3A3A4E;  
	border-top:#808080 1px solid; 
	border-bottom:#808080 1px solid; 
	border-right:#808080 1px solid; 
	border-left:#808080 1px solid;
	}
	
.FormInput:hover {
	padding: 2px;
	font-weight:normal; 
	width:246px; 
	font-size: 11px;
	font-family: Arial;
	color:#3A3A4E;  
	border-top:#808080 1px solid; 
	border-bottom:#808080 1px solid; 
	border-right:#808080 1px solid; 
	border-left:#808080 1px solid;
	background-color:#E6E6E6;
	}
	
.FormInput1 {
	font-weight:normal; 
	width:332px;
	vertical-align:middle; 
	font-size: 11px;
	font-family: Arial;
	color:#3A3A4E;  
	border-top:#808080 1px solid; 
	border-bottom:#808080 1px solid; 
	border-right:#808080 1px solid; 
	border-left:#808080 1px solid;
	margin-top: 5px;
	}

*html .FormInput1 {
	width:345px;
	}
	
*+html .FormInput1 {
	width:345px;
	}
	
.FormInput1:hover {
	font-weight:normal; 
	width:332px;
	vertical-align:middle; 
	font-size: 11px;
	font-family: Arial;
	color:#3A3A4E;  
	border-top:#808080 1px solid; 
	border-bottom:#808080 1px solid; 
	border-right:#808080 1px solid; 
	border-left:#808080 1px solid;
	background-color:#E6E6E6;
	margin-top: 5px;
	}
	
*html .FormInput1:hover {
	width:345px;
	}
	
*+html .FormInput1:hover {
	width:345px;
	}	
	
.FormButton { 
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-transform: lowercase;
	color:#000000;
	background-color: #E6E6E6;
	border: 1px solid #000000;
	}
	
.FormButton:hover { 
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-transform: lowercase;
	color:#000000;  
	background-color: #E6E6E6;
	border: 1px solid #000000;
	}
	
	
.error {
	color: #990000;
	}

