div.stdform {
	padding: 5px 10px 5px 10px;
	font-size: 88%;
	color: #444;
}

div.stdform h1 {
	font-size: 110%;
	font-weight: bold;
	color: #444;
}

div.stdform p {
	text-align: left;
	width: 100%;
}

div.stdform fieldset {
	border: 1px solid #bbb;
	border-color: #bbb;
	border-width: 1px;
	font-size: 90%;
	margin-bottom: 20px;
	padding: 10px;
}

div.stdform table {
	width: 100%;
}

div.stdform table td {
	text-align: left;
	padding-bottom: 12px;
	vertical-align: top;
}

div.stdform table td.desc {
	width: 190px;
	text-align: right;
}

div.stdform table td.desclong {
	width: 300px;
	text-align: right;
}

div.stdform table input, div.stdform table select, div.stdform table textarea {
	width: 90%;
}

div.stdform table select.datepart {
	width: auto;
}

div.stdform table input[type=text], div.stdform table input[type=password],
	div.stdform table textarea, div.stdform table select, div.stdform table input[type=file] {
	border: 1px solid #888;
}

div.stdform table input:focus[type=text], div.stdform table input:focus[type=password],
	div.stdform table textarea:focus, div.stdform table select:focus, div.stdform table input:focus[type=file] {
	border: 1px solid #4B8DEA;
}

div.stdform fieldset.protectionimage table {
	width: auto;
	margin: 0 auto;
}

div.stdform fieldset.protectionimage table img {
	margin-top: 0px;
}

div.stdform fieldset.protectionimage table input {
	margin-top: 1px;
	width: 5em;
}

div.stdform input[type="submit"] {
	font-size: 100%;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #eee;
	background-color: 1px solid #bbb;
}

div.stdform fieldset.poslist table {
	background-color: #ebebeb;
}

div.stdform fieldset.poslist table td {
	padding: 4px;
	background-color: #FFF;
}


div.stdform fieldset.poslist table td.desc {
	background-color: #ebebeb;
}

a.formaddbutton {
	color: #FFF;
	display: block;
	width: 80px;
	height: 24px;
	background-image: url(../gfx/offerslink.jpg);
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	font-size: 8pt;
	font-weight: bold;
}

span.mand {
	color: #E00;
}
