/* You can modify the appearance of the form here. In later versions you will
   be able to modify this from within Wordpress and possible chose from a
   number of defaults. */

.tdomf_form {
	 width: 100%;
 }
.tdomf_form div.outer {
	 align: center;
}
.tdomf_form div.title {
	 font-size: 16px;
	 font-weight: bold;
	 padding: 3px 3px 3px 3px;
 }
.tdomf_form div.design {
	 border: 1px solid #E0E0E0;
	 background-color:#F0F0F0;
	 margin-bottom: 10px;
}
.tdomf_form fieldset {
 border: 0px solid #0000FF;
}
.tdomf_form label {
}
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 width:100%;
 padding: 6px 20px 6px 20px;
 display:inline;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
}

.tdomf_form_preview p {
 margin-left: 15px;
}
#tdomf_upload_inline_form {
 text-align: left;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

/* Formatting the QuickTag toolbar */

#ed_toolbar input {
 /*padding: 0px;
 margin: 2px;
 margin-bottom: 0px;
 margin-top: 10px;*/
}
#ed_toolbar input:hover {
 /*padding: 0px;*/
}
#ed_bold {
 font-weight:bold;
}
#ed_italic {
 font-style:italic;
}
#ed_link, #ed_ext_link {
 color:blue;
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;
}
#ed_strike {
 text-decoration: line-through;
}

/*--New Job Form--*/

p.required {
	font-size:.85em;
	margin-bottom:30px;
	}

.jobPostBox {
	padding:10px 0 20px 0;
	border:1px solid #dddddd;
	margin-bottom:20px;
	background: #f0f0f0;
	}

#jobPoster, #jobCompany {
	width:430px;
	}

.jobPostBox h3 {
	margin-bottom:10px;
	padding-left:10px;
	}

#postNewJob form label, #postNewJob form input, #postNewJob form textarea, #postNewJob form select {
	margin-left:20px;
	}

#postNewJob form label {
	float:left;
	font-weight:bold;
	}

#jobPoster, #jobCompany {
	float:left;
	}

#jobCompany {
	margin-left:20px;
	}

#jobPoster input.txt, #jobDetails input.txt, #jobCompany input {
	width:185px;
	}

#jobDetails input.title {
	width:425px;
	}

#postNewJob form textarea {
	width:845px;
	height:150px;
	margin-bottom:5px;
	}

.maxWidth {
	display:inline;
	margin-left:250px;
	font-size:.8em;
	}
