body {
/*	font: normal 12px/1.3em Arial, Verdana, sans-serif;*/
	color: #000;
	padding: 0px;
	text-align: left;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

p, li {
/*	font: normal 12px/16px Arial, Verdana, sans-serif;
*/	margin-bottom: 8px;
	text-align: left;
}

ul, ol {
	list-style-type: disc;
	margin: 0 0 8px 50px;
	text-align: left;
}

li {
	margin-bottom: 4px;
	text-align: left;
}

ol {
	list-style-type: decimal;
	text-align: left;
}

em {
	font-style: italic !important;
}

/* Share links
------------------------------------------------------ */

#resumator-share-links {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.resumator-share-link {
	float: right;
	margin-left: 7px;
	margin-bottom: 0;
}

#resumator-share-link-email,
#resumator-share-link-share {
	float: left;
	margin-right: 7px;
	margin-left: 0px;
}

#resumator-share-link-email,
#resumator-share-link-share,
#resumator-share-link-facebook {
	margin-top: 1px;
}

/* Application 
------------------------------------------------------ */

div.resumator-field-wrapper {
	text-align: left;
	margin: 0 0 12px 0;
}

.resumator-label {
	margin: 8px 0 2px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
}

.resumator-field {
	width: 100%;
	font-size: 1em;
	padding: 5px;
	margin: 0px;
}

.resumtor-dimmed-text {
	color: #AAA;
}

#resumator-address-value {
	margin-bottom: 5px;
}

#resumator-city-value { 
	width: 51%; 
	margin-right: 5px;
}

#resumator-state-value { 
	width: 20%;
	margin-right: 5px; 
}

#resumator-postal-value { 
	width: 25%; 
}

#resumator-eeo-message {
	margin-top: 20px;
}

#resumator-coverletter-value,
#resumator-wmyu-value,
#resumator-resumetext-value {
	height: 200px;
}

#resumator-wmyu-value,
#resumator-references-value {
	height: 80px;
}

#resumator-felonyexplain-value {
	height: 100px;
}

#resumator-salary-value,
#resumator-start-value
{ width: 50%; }

#resumator-gpa-value,
#resumator-flighthours-value 
{ width: 25%; }

#resumator-submit {
	margin: 30px 0;
}

#resumator-cancel-resume {
	display: none;
}

#resumator-logo {
	float: right;
}

.resumator-textfield-tiny {
	width: 15%
}

.resumator-textfield-small {
	width: 25%
}

.resumator-textfield-medium {
	width: 50%;
}

.resumator-textfield-large {
	width: 90%;
}

.resumator-textarea-small {
	height: 100px;
}

.resumator-textarea-medium {
	height: 130px;
}

.resumator-textarea-large {
	height: 180px;
}

/* Miscellaneous
------------------------------------------------------ */

.dv_error {
/*	font: bold 12px/15px Arial, Verdana, sans-serif;*/
	color: #BD1300;
}

.MsoNormal, .MsoNormal span, .MsoNormal span { font-size: inherit !important; }

.resumator-hide {
	display: none;
}

/* Email a job (Forward)
------------------------------------------------------ */

#resumator-share-forward {
	clear: both;
	float: none;
	margin: 0;
	padding-top: 5px;
}

#resumator-forward-title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}

#resumator-job-forward-form {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 20px 30px 0 30px;
	margin-top: 10px;
	text-align: left;
}

#resumator-job-forward-form p {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #000;
	text-align: left;
}

#resumator-job-forward-form textarea {
	font: normal 16px/20px Arial, Verdana, sans-serif;
	padding: 5px;
}

#resumator-job-forward-form .resumator-field {
	width: 100%;
}

#resumator-job-forward-form .resumator-label {
	margin: 0 0 3px 0;
}

#resumator_forward_message {
	height: 150px;
}