/* GENERIC FORM STYLING */
#content form {
	width:240px;
  margin-left: 252px;
}
	#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: inline;
      margin-top: 0.5em;
		}
			#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 {
			margin-bottom: 0.5em;
      border: 1px solid #727272;
      font-size: 7pt;
      background-color: #000;
      color: #ccc;
      padding: 3px 2px 3px 5px;
      width: 230px;
		}
		
		#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;
        cursor: pointer;
      }
  .required, .validation {
    background: #000;
  }
  
#RbrSearchForm_RbrSearchForm_action_results {
  cursor: pointer;
}