/* OVERRIDING form-sks.css*/
span.error {
	background-image: url(/sks_rrn/images/warning.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-weight: bold;
	color: red;
	display: block;
}

span.errortext {
	padding: 5px 22px;
}

span.message {
	background-image: url(/sks_rrn/images/icon-ok.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-weight: bold;
	color: #F7941D;
	display: block;
}

span.messagetext {
	padding: 1px 22px;
}

.form input.leftrightmargin {
	margin-right: 15px;
	margin-left: 15px;
}

.form input.leftrightmarginPrice {
	margin-right: 11px;
	margin-left: 20px;
}

.form input.rightmargin {
	margin-right: 15px;
	margin-left: 3px;
}

.form .leftmargin {
	margin-left: 15px;
	margin-right: 3px;
}

.form label.width120height36 {
	width:120px;
	height: 36px;
}

.form label.width350height30 {
	width:350px;
	height: 30px;
	margin-right: 5px;
}

input.textWidth200 {
	width:200px;
}

.form input.
 {
	border:1px solid #BDBDBD;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	margin:2px;
	font-size:1em;
}

input.submitModalPanel {
	float:left;
	margin:1em 1em 1em 0;
	padding:2px 5px;
	width:120px;
	background-color:#FA931C;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

input.submitModalPanel:hover {
	background-color:#00AEEF;
	color:#fff;
}

.form label.bold {
	font-weight:bold;
}

.form textarea.threeRows {
		height:40px;
	}

.form textarea.fiveRows {
		height:66px;
}

.form textarea.textfullsizeLabel200 {
	width:420px;
}

.form input.submit220 {
    float:left;
    margin:1em 1em 1em 0;
    padding:2px 5px;
    width:220px;
    background-color:#FA931C;
    color:#fff;
    font-size:1em;
    text-align:center;
    cursor:pointer;
}

.form input.texthalf {
    width:149px;
}

table.immotabelle td div.elementSmall {
    float:left;
    padding-right:.5em;
}

.form .w_cities{
    width:320px;
}
select.cities{
    width:300px;
}

.form .w_umkreis {
	width:120px;
}