.inp-text, .inp-select, .inp-password {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	font-family: arial;
	color: #707173;
}

.inp-disabled {
	background-color: #f1f1ed;
}

input.error, select.error, textarea.error {
	border: 1px solid #EC6400;
	color : #EC6400;
}

.inp-text, .inp-password {
	padding: 4px 3px;
}

.inp-select {
	padding: 3px 2px;
}

.inp-radio, .inp-checkbox {
	position: relative;
	top: 3px;
	width: 15px;
}

.inp-radio {
	top: 2px;	
}

#overlay {
	display: block;
}

/* header */
#header #search .searchQuery {
	top:0;
	width:143px;
}

#header #search input {
	border-left: 0;
	width:136px;
}

#header #search .searchQuery {
	top: 0;
}

/* newsletter teaser */
#contentLeft #newsletterTeaser .newsletterInput {
	width:147px;
}

#contentLeft #newsletterTeaser #newsletterSubmit {
	background: url('saturn/content_left/newsletter_go.gif') no-repeat;
	height: 25px;
	width: 25px;
}
