/* CSS for input controls */

.textfield, .passwordfield, .searchfield, select, textarea {
	width:250px;
	height:21px;
	margin-top:4px;
	margin-bottom:3px;
	background-color:#ffffff;
	border: 1px solid #E2E2E2;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-weight: normal;
}
	
.searchfield {
	width: 130px;
	background-image:url(../images/lupe.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:18px;
}

input.checkbox {border:none; background:none;}
span.checkbox input {vertical-align:middle;}
textarea {width:400px;height:150px;}
select { padding-left: 1px; }

/* FORM ERROR */
.error {border-color:#a40000;border-bottom-color:#ef2929;border-right-color:#ef2929;}
span.error {padding:5px;border:1px solid;border-color:#a40000;border-bottom-color:#ef2929;border-right-color:#ef2929;}	

/* BUTTONS */
button{
	border-width: 0;
	border-style: none;
	background: none;
	cursor: pointer;
	overflow: visible;
	width: auto;
}

button .btn, div.btn{
	background: url(../images/button4-l.gif) no-repeat left top;
	padding: 0 0 0 5px;
	height: 22px;
}


button .btn p, div.btn p{
	background: url(../images/button4-r.gif) no-repeat right top;
	margin: 0;
	padding: 4px 6px 0 1px;
	height: 22px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: white;
	white-space: nowrap;
}