/* GENERIC FORM STYLING */
#content form {
	width:250px;
}
	#content form fieldset {
		border: 0;
	}
		#content .message {
			color:red;
			background:#000;
			border:1px solid #000;
			padding:5px;
			margin:5px;
		}
		#content span.message {
			width: 300px;
		}
		#content form div {
			margin-top:10px;
			width:100%;
		}
		#content form label {
			font-weight:bolder;
      display: block;
      margin-top: 0.5em;
		}
			#content form label.left {
				/*float:left;*/
				/*width:12em;*/
			}
			#content form label.FormHeading {
				font-weight:bolder;
        display: block;
        margin-top: 0.5em;
			}
    
    #content form textarea {
      height: 80px;
    }
      
		#content form input.text,
		#content form textarea,
		#content form select {
			margin-bottom: 0.5em;
      width: 15em;
    	border: 1px solid #727272;
    	font-size: 8pt;
    	background-color: #000000;
    	color: #CCCCCC;
    	padding: 3px 2px 3px 5px;
    	width: 350px;
    	font-family: Verdana;
		}
		
		#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 {
			padding:0 22px 15px 0;
		}
      #content form div.Actions input {
        padding: 6px;
        text-transform: uppercase;
        border: 1px solid #fff;
      }
