
label.stl, input.stl, textarea.stl {
	display: block;
float: left;
height: 			20px;
margin-bottom: 			5px;
text-align: 			left;
}


input.blur, textarea.blur
{
	color: #999;
}
input.login, span.login
{
	height:					23px !important;
	line-height: 23px;
}

input.stl[disabled], textarea.stl[disabled]
{
	background-color: white;
	border: none;
	
}
input.stl.check_domain
{
	height: 30px !important;
	line-height: 30px;
	border: 1px solid #0091dc;
	font-size: 12pt;
	width: 350px;
	
}
input.inline
{
	display: inline;
	width: 					200px;
	border:    				1px solid #999999;
	font-size: 				12px;
	margin-right: 			4px;
	margin-bottom:			5px;
	padding-left:			2px;

}

label.stl {
text-align: 			left;
width: 					250px;
margin-right:			12px;
height: 25px;
}

label.long {
text-align: 			left;
width: 					340px;
margin-right:			12px;
}

input.stl, textarea.stl {
width: 					210px;
height:					18px;
border:    				1px solid #999999;
font-size: 				12px;
margin-right: 			4px;
padding-left:			2px;
}

input.blue, textarea.blue {
	background-color: #d6eeff;
}

input.long, textarea.long {
width: 					290px;
height:					18px;
border:    				1px solid #999999;
font-size: 				12px;
margin-right: 			4px;
padding-left:			2px;
}

input.extra_long, textarea.extra_long {
width: 					80%;
height:					18px;
border:    				1px solid #999999;
font-size: 				12px;
margin-right: 			4px;
padding-left:			2px;
}

textarea
{
	overflow: auto;
}

input.sml  {
width: 					50px;
}

input.extrasml  {
width: 					30px;
}

input.med  {
width: 					90px;
}

input.lrg  {
width: 					152px;
}

textarea.stl {
height:					100px;
}

textarea.sml {
height:					40px;
}
textarea.lrg {
height:					80px;
width:					500px;
}

textarea.med {
height:					80px;
width:					400px;
}

/* Special line break */
form br, br.clr {
clear: 					both;
}

label {
	display: block;
}
	label.stl {
		display: inline-block;
		float: left;
		width: 200px;
	}
	
	label.sml {
		width: 100px;
	}
	
	span.stl
	{
		float: left;
		display: inline-block;
		margin-right: 10px;
		
	}
form span.text {
	vertical-align: middle;
	padding: 0 5px; 
}

input.text, select {
	border-width:1px;
	font-family:inherit;
	font-size:100%;
	line-height:1em;
	padding: 0.4em 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align:middle;
}

input.text, select, textarea, input.text-small-space {
	border: 1px solid #aaa;
} 

input.full, select.full, textarea.full {
	width: 96.2%;
}

input.large, select.large, textarea.large, button.large {
	font-size: 140%;
	line-height: 1.1em;
}
	
input.text-small-space {
	padding: 0.4em 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

input.text {
	padding: 0.7em 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
input.large, button.large {
	font-size: 16px;
}
	
input.wide, select.wide {
	width: 220px;	
}
	input.narrow {
		width: 40px;
	}
	
form div.artist {
	background: #C8DFA7;
	padding: 10px 0;
}

div.form-row {
	margin-top: 10px;
}

.filterType_row {
	margin-top: 5px;
}

textarea {
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	padding: 0.7em 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
button {
	cursor: pointer;
	padding: 0.2em 0.2em 0.1em;
}

input[type='submit'], button {
	font-weight: normal;
	cursor: pointer;
}

input[type='checkbox'].stl, input[type='radio'].stl
{
	border: none;
	width: 10px;
}

input.submit {
	cursor: pointer;
	padding: 0.2em 0.2em 0.1em;
}
	input.submit.large {
		font-size: 1.2em;
		padding: 0.3em 0.4em 0.2em;		
	}

a.underline {
	text-decoration: underline;
	font-weight: bold;
}

.datepicker {
	cursor: pointer;
}

fieldset {
	display: inline-block;
	margin-right: 10px;
	width: 98%;
}
	fieldset label {
		width: 100%;
	}
	
label.inline {
	display: inline-block;
}

input.wide.fixed {
	width: 220px;
}

hr.end-form {
	margin-top: 30px;
	border: 0;
	height: 2px;
	background: #ddd;
}

p input {
	display: inline-block;
}


input.stl, input.inline, textarea.stl
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border: 1px solid #999999; 
	
}

input.error, input.empty_field
{
	border-color: #ff0000;
}


div.empty_field
{
	background: url('/images/layout/empty_field.png') no-repeat right center;
	width: 16px;
	height: 16px;
	position: relative;
	float: left;
}


input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus 
{
	
	border-color: #0091dc;
}