@charset "utf-8";
/* CSS Document */

H2 {
	color:#000;
}
.header-black {
	color:#F00;
}

/*
select
	input
	texarea
button
FORM {
	display:inline;
	margin: 0;
	padding: 0;
}*/

LABEL {
	float: left;
	width: 200px;
	margin: 7px 0 0 0;
	font: normal normal 14px Arial,Helvetica,sans-serif;
	vertical-align: middle;
}

INPUT, TEXTAREA, SELECT {
	margin:3px 3px 5px 0;
	padding: 3px;
	background: #fbfbfb url(../img/bg-input-text.jpg) left top repeat-x;
	border: 1px solid #069;
	font: normal normal 14px Arial,Helvetica,sans-serif;
	color: #003;
}

LEGEND {	
	padding:5px 15px;
	border:1px solid #069;	
	font:normal normal 18px "Arial Narrow","Arial MT Condensed Light",Arial,Helvetica,sans-serif;
	background: url(../img/bg-header-wrapper.jpg) repeat-x left bottom;
	color: #FFF;
}

FIELDSET {
	padding:0 10px;
	background:#F8F5EC;
	border:1px solid #069;
}


.label-block {
	display:block;
	width:auto;	
	float:none;
}

.input-long, .textarea-long {
	width: 400px;
}
.textarea-long {
	height:250px;
}
.input-short, .textarea-short {
	width: 150px;
}
.input-disabled {
	color:#999999;
	
}
.textarea-short {
	height:150px;
}
.select-long {
	width: 400px;
}

.select-short {
	padding: 250px;
}


/* IMG SRC CAPTCHA STILE */
img.img-captcha {
	margin: 3px 15px 0 2px;
	border: 1px solid #069;
	vertical-align: middle;
}


.input-submit-big, input.input-submit-small, .nano-dialog-button  {
	padding: 3px 8px;
	background: url(../img/bg-but-finder.jpg) repeat-x center;
	border:10px solid #069;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #069;
	color: #FEFEFF;
	vertical-align: middle;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.input-submit-big:hover, input.input-submit-small:hover, .nano-dialog-button:hover {
	border: 1px solid #9AB;
	color: #FFF;
	cursor: pointer;
}

.input-submit-big:active, input.input-submit-small:active, .nano-dialog-button:active {
	background: url(../img/bg-but-finder-hover.jpg) repeat-x center;
	color: #CDE;
}

.input-submit-big:active {
	background: url(../img/bg-but-finder-hover.jpg) no-repeat center;
	font-size: 14px;
}

input.input-submit-small {
	font-size:12px;
}
.between-margin-submits {
	margin-right:10px;
}

.clear-left {
	clear:left;
}

