@import url(/css/icon.css);

form.wup {
	max-width: 640px;
}

form.wup fieldset {
	clear: left; 
	border: none;
	padding: 0.5em 10px;
}

form.wup legend {
	font-weight: bold;
	padding: 0 2px;
}

form.wup label {
	clear: left;
	float: left;
	margin-right: 1em;
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 10em;
}

form.wup label em {
	left: 10.2em;
	position: absolute;
	top: 0;
}

form.wup label em span {
	color: #cc0000;
	font-size: 0.8em;
	font-weight: normal;
	left: 20em;
	position: absolute;
	top: -0.2em;
	text-decoration: none;
	width: 15em;
}

form.wup fieldset ol {
	padding:5px 5px;
}

form.wup fieldset li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 5px;
}

form.wup label.checkbox {
	clear: right;
	text-align: left;
	margin-left: .2em;
	width: 30em;
}

form.wup fieldset input,form.wup fieldset select,form.wup fieldset textarea {
	background: #7e8569;
	border: 1px solid #bc623f;
	color: #f1f1ec;
	float: left;
	font: normal 0.9em Verdana,sans-serif;
	margin: 3px;
	padding: 0 3px;
	width: 20em;
}

form.wup fieldset input[type="checkbox"],form.wup fieldset input.cb{
	background: transparent;
	border: none;
	padding: 0;
	width: 1em;
	clear: right;
	display: inline;
}

form.wup fieldset select{
	padding: 0;
}

form.wup fieldset input:focus,form.wup fieldset select:focus,form.wup fieldset textarea:focus {
	background-color: #f1f1ec;
	color: #000000;
}

form.wup fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.wup fieldset fieldset legend {
	font-weight: normal;
	padding: 0 0 5px;
}

form.wup fieldset fieldset label {
	display: block;
	width: auto;
}

form.wup em {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
}

form.wup fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

form.wup fieldset#submit {
	border: none;
	clear: left;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
}

form.wup #buttons{
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

form.wup button{
	background-color: #7e8569;
	border: 1px solid #bc623f;
	color: #f1f1ec;
	cursor: pointer;
	font-weight: bold;
}

form.wup button:hover{
	background-color: #595e49;
}

form.wup button.button2{
	background-color: transparent;
	border: 1px solid transparent;
	color: #000000;
	font-weight: bold;
}

form.wup button.button2:hover{
	background-color: #595e49;
	border: 1px solid #bc623f;
	color: #f1f1ec;
}