/* FORMA */
form {
	margin: 0;
	padding: 0;
}


.formTextThank, .formTextBefore, .formTextAfter,.formTextThank P, .formTextBefore P, .formTextAfter P{
	padding-left: 0px;
}


.label, .separatortext {
	width: 150px;
	padding-left: 0px;
	color:#C4C9EB;
}

.label2, .separatortext2 {
	padding-left: 0px;
	color:#C4C9EB;
}

.star {
	color: #C4C9EB;
}

.radiolabel {
	/*background: #5c5c5c;*/
	color: #C4C9EB;
}

.textfield {
	background: #FFFFFF;
	width: 97%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #DBDCDE;
	color: #000000;
	height: 17px;
}

.search_input {
	background: #2D2F48;
	width: 100px;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #494C6A;
	color: #9697A4;
}

.text {
	background: #FFFFFF;
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #DBDCDE;
	color: #000000;
	height: 17px;
}

.textarea {
	background: #FFFFFF;
	width: 97%;
	height: 50px;
	font-family: Tahoma;
	font-size:11px;
	border: 1px solid #DBDCDE;
	color: #000000;
}

.filebrowser {
	background: #FFFFFF;
	width: 97%;
	font-family: Tahoma;
	font-size:11px;
	border: 1px solid #DBDCDE;
	color: #000000;
}

.select {
	background: #FFFFFF;
	width: 150px;
	font-family: Tahoma;
	font-size:11px;
	border: 1px solid #DBDCDE;
	color: #000000;
}

.button {
	background: #DC1234;
	width: 80px;
	height:18px;
	font-family: Tahoma;
	font-size:11px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top:5px;
}

div.formSubmit {
	border:1px solid #FFFFFF; background-color:#FF6000; padding:2px 0px; width:70px; margin:10px 0 0 0; text-align:center; float:right;
}
	div.formSubmit a {
		 color:#ffffff; font-weight:bold; text-decoration:none;
	}
		div.formSubmit a:hover {
			text-decoration:underline;
		}
	div.formSubmit input {
		 vertical-align:middle; margin:0 0 0 10px;
	}
