input.button,
input.submit {
	background: #00a0df url(button.gif) repeat-x top !important;
	border: 1px solid #0566bf !important;
	color: #fff;
	font-size: 12px !important;
	cursor: pointer;
	padding: 5px 10px;
	text-transform: uppercase;
	}
	

.form {
	border: 1px solid #999;
	background: #ddd;
	padding: 15px 15px 20px;
	min-height: 1px;
	margin: 0 0 20px;
	}
	
.short_form {
  float: left;
}
	
	* html .form {
		height: 1px;
		}
		
	.form:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}		
	
	
.form_buttons {
 	padding: 10px 0 0;
	margin: 10px 0 0;
	text-align: right;
	border-top: 1px solid #ccc;
	clear: both;
	}

.form .focus {
  border: 1px solid #3eaed3;
  background:#fff;
}

.form .section {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
	}
	

/* [ Date of Birth ] */
.dob {
	margin: 0 0 5px;
	}	
	
.dob strong {
	display: block;
	}
	
	.dob span {
		margin: 0 0 0 -2px;
		}
		
/* [ File Upload ] */
.file_upload {
	width: 305px;
	}

.file_upload label {
	clear: both;
	float: none !important;
	margin-right: 0px;
	border: none;
	padding: 0;
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	}
	
.file_upload input.submit {
	width: auto;
	font-size: 10px !important;
	padding: 2px;
	float: right;
	clear: none;
	height: 24px;
	}
	
.file_upload .file {
	width: 230px;
	float: left;
	clear: none;
	}
	
/* [ Checkbox Table ] */
.checkbox_table td {
	width: 230px;
	vertical-align: top;
	}
	
	
/* [ Disabled ] */
.disabled label,
.disabled strong
 {
  color: #999;
  }
  
  
 .dd_options{
  z-index:999;
  padding-left:5px;
  }
  
.thread_options{
	margin-right:30px;
}