#required {
	float: left;
	display: inline;
	width: 400px;
	text-align: left;
	color: #333;
}

#required h3 {
	font-size: 35px;
	padding-bottom: 15px;
}

#error_text {
	color: #0033CC;
}


#optional {
	float: right;
	display: inline;
	width: 400px;
	text-align: left;
	color: #FF0000;
}

#optional h3 {
	font-size: 35px;
	padding-bottom: 15px;
}


#submit_page {
	width: 850px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
}
	
.labels {
	float: left;
	width: 100px;
}

.labels label {
	padding-top: 20px;
	float: left;
	clear: left;
  text-decoration: none;	
}

.labels a{
  clear: none;
	text-decoration: none;
	display: inline;
}

#optional .label {
	color: #FF00000;
}

.text_push {
	margin-top: 103px
}

#image_input{
	margin-top: 20px;
	float: left;
	clear: left;
}

#text_input{
	margin-top: 20px;
	float: left;
	clear: left;
	display: inline;
	height: 120px;
	width: 250px;
	color: #666666;
	font-size: 12px;
	overflow: auto;
}

#source_input{
	margin-top: 20px;
	float: left;
	clear: left;
}

#terms_checkbox{
	float: left;
	clear: left;
	margin-top: 8px;
}

.inputs {
	float: left;
	width: 300px;
}

.optional_input {
	margin-top: 22px;
	float: left;
	clear: left;
	display: inline;
	color: #333333;
	width: 200px;
	border: thin dashed #FF0000;
}

.mandatory_input {
	margin-top: 20px;
	float: left;
	clear: left;
	display: inline;
}

.vertical_divider {
	width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
	height: 280px;
	margin-left: 25px;
	display: inline;
}

#submit_form {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 300px;
}

#submit_page input#submit_button {
	float: right;
	margin-top: 55px;
	display: inline;
	border: thin solid #000;
}

#optional input{
	border: thin dashed #FF0000;
}

.optional_label{
	color: #FF0000;
}

#text_err{
	float: left;
	clear: left;
	font-size: 10px;
}

#chars_remain {
	float: left;
	clear: left;
	font-size: 10px;
}

#about_submit {
	margin-top: 15px;
	border: thin solid #000;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}
