/** 
 * Paarden Spiegelen - css
 * Screen styles
 *
 * Design by:				Groenstegras - www.groenstegras.nl
 * Based on template by : 	Partikule Studio, www.partikule.net 
 */

@import url("structure.css");
@import url("navigation.css");
@import url("typography.css");

/* Form Global style
 ---------------------------------- */
form dl.login {
	margin:0 0 3px;
}

form dl {
	position:relative;
	margin:1px 0 0;
	overflow:hidden;
	margin-bottom:5px;
}
form dl.last {
	padding-bottom:10px;
}
form dt.small {
	width:100px;
	margin:0 10px 0 0;
}
form dt {
	clear: left;
	float:left;
	margin:0 20px 0 0;
	padding: 0;
	text-align:right;
	font-weight: normal;
	width:180px;
}
form dd {
	float:left;
	margin:0;
	padding:0;
}
.form fieldset {
	overflow: hidden;
	padding: 10px;
}
.form label {
	display: block;
	font-size: 1em;
	margin: 2px 0;
}
.form label.required {
	margin-top:12px;
}
.form input {
	font-size: 1.2em;
	margin: 0 0 0px 0;
	border:solid 1px #888;
	padding:2px;
}

#sidebar .form input {
        font-size: 0.9em;
}

.w200 {
	width: 200px;	
}

.form textarea {
	width: 400px;
	height: 200px;
}

input.inputsubmit {
	padding:2px 15px;
	margin-top: 5px;
	background-color:  #68B159;
	color:#fff;
	cursor: pointer;
}
input.inputsubmit:hover {
	background-color:  #68B159;
}

#sidebar input.inputsubmit {
    margin-top: 10px;
}


/* newsletter submit image */
#signup_btn {
	width: 122px;
	height: 54px;
	position: absolute;
	bottom: 14px;
	right: 25px;
	
}

.required {
	font-weight: bold;
	
}

.errorlabel {
	color:red;
	font-weight: bold;
}
