/**
 * $Id: form.css 136 2010-09-05 14:48:27Z albi $: Id and UTC time-stamp
 *
 * $Author:: albi                                       $: Author of last commit
 * $Rev:: 136                                           $: Revision of last commit
 *
 */
form.wup fieldset input[type="checkbox"],form.wup fieldset input.cb{
	border: none;
	padding: 0;
	width: 1em;
	clear: right;
	display: inline;
	background: transparent;
}

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

.wup {
	/*width: 42em;*/
}

.wup #buttons{
	position: relative;
}

.wup button{
	border: none;
	background: #2e2633;
	background: -moz-linear-gradient(top, #738569, #2e2633);
	background: -webkit-gradient(linear, left top, left bottom, from(#738569), to(#2e2633));
	color: #f1f1ec;
	font: bold 0.9em Helvetica, Arial, sans-serif;
	height: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#738569, endColorstr=#2e2633); /* IE 5.5 - IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#738569, endColorstr=#2e2633)"; /* IE 8 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wup button.button2{
	color: #595e49;
	background: transparent;
	font-weight: normal;
	position: absolute;
	right: 0px;
}

.wup button.button2:hover{
	border: 1px solid #2e2633;
	color: #f1f1ec;
	background: #595e49;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wup button:hover{
	background: #738569;
	background: -moz-linear-gradient(top, #2e2633, #738569);
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2633), to(#738569));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e2633, endColorstr=#738569); /* IE 5.5 - IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e2633, endColorstr=#738569)"; /* IE 8 */
}

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

.wup fieldset {
	clear: left;
	padding: 10px 0;
}

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

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

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

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

.wup fieldset input,.wup fieldset select,.wup fieldset textarea {
	border: 1px solid #738569;
	float: left;
	margin: 1px 3px;
	padding: 2px;
	width: 20em;
	color: #2e2633;
	background: #f1f1ec;
	background: -moz-linear-gradient(top, #dbe1bf, #f1f1ec);
	background: -webkit-gradient(linear, left top, left bottom, from(#dbe1bf), to(#f1f1ec));
	font: normal 0.9em Geneva,Verdana,Helvetica,Arial,sans-serif;
	height: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbe1bf, endColorstr=#f1f1ec); /* IE 5.5 - IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbe1bf, endColorstr=#f1f1ec)"; /* IE 8 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wup fieldset input.checkbox {
	width: 1em;
	background: transparent;
}

.wup fieldset input:focus,.wup fieldset select:focus,.wup fieldset textarea:focus {
	border: 1px solid #bc623f;
	color: #2e2633;
	background: #f1f1ec;
	background: -moz-linear-gradient(top, #f1f1ec, #dbe1bf);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1ec), to(#dbe1bf));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1ec, endColorstr=#dbe1bf); /* IE 5.5 - IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1ec, endColorstr=#dbe1bf)"; /* IE 8 */
}

.wup fieldset legend {
	padding: 10px 0 10px 0; /*	margin: 10px 0 10px 0;*/
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

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

.wup fieldset ol{
	clear: both;
}

.wup fieldset option {
	padding: 2px;
	margin: 1px 3px;
	width: 20em;
	background: #f1f1ec;
	color: #000000;
	font: normal 0.9em Geneva,Verdana,Helvetica,Arial,sans-serif;
}

.wup fieldset select{
	padding: 0;
}

.wup fieldset#submit {
	border: none;
	clear: left;
	margin: 0 auto;
	padding: 10px 0;
}

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

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

.center .wup fieldset ol{
	margin: 0 auto;
	width: 26em;
}

.center .wup label{
	clear: left;
	margin-right: 0.5em;
	width: 6em;
}

/*.center .wup fieldset input{
	clear: left;
	margin-right: 0.5em;
}*/

#form-listen{
	float: left;
	padding: 0 10px 25px 0;
	display: block;
}

#form-listen #button2{
	float: left;
	margin-right: 10px;
	background: #ff8a5c;
	color: #000000;
	font: normal 0.9em Geneva,Verdana,Helvetica,Arial,sans-serif;
}

#form-listen button:hover {
	background: #595e49;
}

#form-listen input,#form-listen select, #form-listen button{
	border: 1px solid #bc623f;
	float: left;
	margin-right: 10px;
	color: #f7ffcf;
	background: #7e8569;
	font: normal 0.9em Geneva,Verdana,Helvetica,Arial,sans-serif;
	cursor: pointer;
}

#form-search {
	width: 160px;
	display: block;
	background: url(/css/i/such.png) left top no-repeat;
	height: 25px;
}

#form-search .input-button {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 25px;
	background: none;
	cursor: pointer;
}

#form-search .input-text {
	border: 0;
	padding: 4px 8px;
	width: 115px;
	background: none;
	color: #333333;
	font: normal 11px Geneva,Verdana,Helvetica,Arial,sans-serif;
}

#form-search input {
	float: right;
	display: block;
}
