<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Careerlink form layout declarations
 *
 * @author      Chuck Larsen
 * @version     0.1
 * @site            Careerlink.com
 * @style       form.css
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 /** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Form Layout Declarations
 * @ids
 * @tags        input, select, textarea
 * @classes     row, column, first-row, label, small, highlight, field, sublink
 *              icon, comments, gray-border, submit, img-submit, corner
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
	background-color: #ffffff;
}
.row {
	clear: both;
	float: left;
	padding-bottom: 6px;
	width: 100%;
}
.row.brdr-top {
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
}
.column {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.first-row {
	margin-top: 0;
}
.first {
	margin-left: 0;
}
.label {
	font-size: 13px;
	padding: 1px;
	color: #00457c;
}
label.label {
	display: block;
	font-size: 11px;
}
label.reqd {
	font-weight: bold;
}
.big {
	font-size: 16px;
}
.small {
	font-size: 11px;
}
.highlight {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 14px;
	margin-top: 8px;
	border: 1px solid #2e78df;
	background-color: #f8f8f8;
}
.field {
	float: left;
	width: auto;
}
.sublink {
	clear: both;
	font-size: 12px;
	padding: 3px;
}
.sublink.small {
	font-size: 11px;
	padding: 0;
}
label.checkbox {
	font-size: 12px;
	color: #2e78df;
}
.icon {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
.comments {
	float: left;
	width: auto;
	color: #a0a0a0;
	line-height: 140%;
}
input, select, textarea {
	color: #2e78df;
	border: 1px solid #c7c7c7;
	font-size: 12px;
	padding: 4px;
	background: url('../images/input.png') repeat-x;
	}
.dropbox {
	background: url('../images/input.png') repeat-x;
	border: 1px solid #c7c7c7;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
select {
	padding: 3px;
}
input.nobox {
	border: none;
	padding: 0;
	font-size: 14px;
	margin-right: 2px;
	background-image: none;
}
.blue-border {
	border: 1px solid #2e78df;
}
input:focus, select:focus {
	background-image: none;
	background: #fff9d8;
}
.submit {
	height: 24px;
	margin-left: 5px;
	margin-top: -1px;
	padding-top: 2px;
	width: 100px;
	border: 1px solid #888888;
	color: #888888;
	background: #d8d8d8 url('../images/submitbg.png') repeat-x;
}
.submit.fat {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.submit.fat.blue {
	line-height:22px;
	display: inline-block;

	margin: 1rem 0;
	margin-top: 0.5rem;
	color:#ffffff;
	background:#02678d  url('/images/buttonbgblue.png') repeat-x;
}
.linkbutton {
	float: left;
	height: 27px;
	width: 180px;
	line-height: 27px;
	margin-top: 10px;
	padding-left: 6px;
	padding-right: 12px;
	text-align: left;
	border: 1px solid #888888;
	color: #2e78df;
	background: #f1f1f1 url('../images/submitbg.png') repeat-x;
}
.linkbutton-hot {
	float: left;
	height: 27px;
	width: 180px;
	line-height: 27px;
	margin-top: 10px;
	padding-left: 6px;
	padding-right: 12px;
	text-align: right;
	border: 1px solid #888888;
	color: #2e78df;
	background: #f1f1f1 url('../images/submitbg.png') repeat-x;
	font-weight: bold;
}
.img-submit {
	padding: 0;
	margin: 0;
	border: 0;
}
.corner {
	float: right;
	margin-top: 10px;
	margin-right: 23px;
}
.submit:focus {
	background: #f1f1f1 url('../images/submitbg.png') repeat-x;
}
a.edit {
	display: block;
	float: right;
	border: 1px solid #d0d0d0;
	background: #f0f0f0;
	padding: 1px 3px;
	font-size: 8pt;
}
a.delete {
	display: block;
	float: right;
	border: 1px solid #d0d0d0;
	background: #fff0f0;
	padding: 1px 3px;
	margin-right: 2px;
	font-size: 8pt;
}
.top-links {
	clear: both;
	height: 32px;
	padding: 1px 0px;
	margin: 0px;
}
.linkbutton-top {
	font-size: 8pt;
	float: left;
	padding: 2px 6px;
	margin: 2px 3px;
	text-align: center;
	border: 1px solid #888888;
	color: #2e78df;
	background: #f1f1f1 url('../images/submitbg.png') repeat-x;
}
.linkbutton-top-hot {
	font-size: 8pt;
	float: left;
	padding: 2px 6px;
	margin: 2px 3px;
	text-align: center;
	border: 1px solid #888888;
	color: #2e78df;
	background: #f1f1f1 url('../images/submitbg.png') repeat-x;
	font-weight: bold;
}
</pre></body></html>