/* GENERIC FORM STYLING */
#Content form {
	width:640px;
}
	#Content form fieldset {
		border:0;
		padding:12px;
	}
		#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:300px;
			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 p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Content form p.Actions input {
				padding:2px;
			}

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

#Form_Form { float: left;
    text-align: right; 
    width: 680px !important; 
    margin: 0px;
    padding: 0 0!important; 
    border: 0px dotted aqua !important;
    }
	
	#Form_Form fieldset { 	
	  	padding: 0 !important; 
		text-align: left;
		border: 0px 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: 760px;
		border: 0px dotted #ddd; 
		}
	
	#Form_Form .middleColumn input.text { 
		height: 18px !important; 
		} 
		
	#Form_Form .middleColumn input.text,
	#Form_Form .middleColumn textarea { 
		width: 300px !important; 
		/*  border: 1px solid #555;  */
		}
	#Form_Form label.left { 
		float: left; 
		color:#555 !important;
		}	
	
	#Form_Form .middleColumn label { /* Error Message */
		/* display: block;  */
		text-align: right; 
		color: #CD5C5C; 
		margin-left: 20px;
		padding-top: 0px; 
		border: 0px dotted gray;
		} 
	
	#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: 475px; 
    }
    
#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;
    }		