/* GENERIC FORM STYLING */
#Content form {
	width:378px;
}
	#Content form fieldset {
		border:0;
		padding:12px;
	}
	
	#Content form fieldset p {
		margin: 10px 0 0 0; 
		font-size:10px;
	}
		#Content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
			width: 300px;
		}
		#Content form div {
			margin-top:10px;
			width:100%;
		}
		#Content form label {
			font-size:1.1em;
			color:#333;
		}
			#Content form label.left {
				float:left;
				width:12em;
			}
			#Content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Content form input.text,
		#Content form textarea,
		#Content form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#Content form input.year {
			width:35px;
		}
		#Content form div.Actions {
			/* text-align:right; */
			padding:0 22px 15px 0;
		}
			#Content form div.Actions input {
				padding:2px;
			}
			
			#Content form div.Actions p {
				padding:2px;
				margin-top: 10px; 
				font-size:10px;
				color: #333;
			}
			
			#Content form div.Actions p a {
				color: #333;
			}

/* User Defined Form */
#address {	
    padding-top: 30px;
    float: right; 
    width: 400px; 
    border: 0px dotted aqua;
    }

#Form_Form { float: left;
    text-align: right; 
    width: 450px !important; 
    margin: 0px 0px;
    padding: 0 !important; 
    border: 0px dotted aqua !important;
    }
	
	#Form_Form fieldset { 	
	  	padding: 0 !important; 
		text-align: left;
		border: 1px dotted groove !important;
		}
	
	ul.optionset { 
		border: 0px dotted blue !important; 
		}
		
	ul.optionset label { 
		color:#555 !important;
		margin-left: 0px !important;
		padding: 0px !important;
		border: 0px dotted blue !important; 
		}
	
	#Form_Form .middleColumn { 
		width: 800px;
		border: 0px dotted fuchsia !important;  
		}
	
	#Form_Form .middleColumn input.text { 
		height: 18px !important; 
		} 
		
	#Form_Form .middleColumn input.text,
	#Form_Form .middleColumn textarea { 
		width: 250px !important; 
		/*  border: 1px solid #555;  */
		}
	#Form_Form label.left { color:#555 !important;}	
	
	#Form_Form .middleColumn label { /* Error Message */
		text-align: right; 
		color: #CD5C5C; 
		margin-left: 20px;
		padding-top: 0px; 
		border: 0px dotted navy;
		} 
	
	#Form_Form ul { list-style-type: none;  }
	
	#Form_Form ul li { display: inline; }
	
	#Form_Form label {
		font-size: 12px !important; 
		/* color:#555 !important; */
		text-align: right;
		width: 118px !important;
		padding-right: 45px;
		margin-right:  0px  !important;
		margin-top: 5px   !important;
		border: 0px dotted aqua;
		}
	
	/* #Form_Form label input { width: 400px !important; } */
	#Form_Form .Actions { clear: both; }

#Form_Form .Actions { 
    float: left; 
    border: 0px solid red; 
    width: 425px; 
    }
    
#Form_Form .Actions input.action { 
    /* float: left; */
    padding: 5px; 
    color: #C8C8C8; 
    background:transparent url(../images/Button-80x30.jpg) no-repeat scroll 0 0;
 	border: 1px solid #505050; 
 	}
 	
#Form_Form .Actions input.action:hover { 
   	color: #fff;
    background-position: 0 -30px;
    }
    
div.mollom div.middleColumn { /* border: 1px dotted lime !important;  */ }
  
    .mollom-captcha	{
    	border: 0px dotted blue; 
    	float: left; 
    	padding-left: 160px;
    	}	
    	
    .mollom-image-captcha { 
    	display: block; 
    	float: left; 
    	border: 0px dotted fuchsia; 
    	overflow: hidden; 
    	width: 110px !important;
    	}
    	
    .mollom-audio-captcha { 
    	display: none; 
    	}
