/* 
 wFORMS 2.0 Stylesheet - Antique Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	padding: 10px;
	/*background-color:#F8F8F6;*/
	/*background-image: url(images/formBg.png);*/
}

fieldset {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #333;	
}

legend {
	font-weight: bold;
}

label, form .label {	
	color: #333;
	font-size: 11px;
}

label.preField {
	display: block;
	font-weight: bold;
}

form .label  {
	display: block;
	padding: 1px;
	margin: 0;
	font-weight: normal;
}

label.postField  {
	margin: 0 4px 0 4px;
}

label small {
	font-weight: normal;
}

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	border: 1px solid #333;
	width: 90%;
}

input, select {
	margin: 0;
	border: 1px solid #333;
	padding: 4px;
}

.sx input {
	font-size: 10px;
	margin-top: 8px;
	padding: 2px;
}

.campo,
.required {
		width: 300px;
}

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;		
}

form .primaryAction {
}

form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}

form .reqMark {
	color: #F00;
	padding: 0 4px;
}

form .errFld {
border: 1px solid #F00;
}

form .errMsg {	
display: none;
}

.largo {
		width: 90%;
}

.twoField {
	float: left;
	/*width: 100px;*/
	margin-right: 4px;
}


/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}

.form_side{
	background: none;
	margin: 0 0 0 12px;
	padding: 0;
}
.log_side{
	width: 110px;
	background: #FFF url(images/box-input.gif) no-repeat;
	border: none;
	font-size: 0.9em;
	height: 20px;
}
.submit_side{
	margin: 0 25px 0 0 ;
	padding: 0;
	}
	
#login {}
#login form {}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	border: 1px solid #333;
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 98%;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
	/*background: url(images/img05.gif) repeat-x;*/
}


