/*	STYLESHEET FORMULAR 
	AUTOR: MIRKO VOSEN, CCC
	EMAIL: mirko.vosen@ccc-werbeagentur.de
*/
form, table.form{
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
}
input#td, input, SELECT, .RADIO, .CHECK, TEXTAREA{
	font-family: verdana, arial;
	font-size: 11px;
	border-size:1px;
	border-color: #BBD3F2;
	background-color: #FFFFFF;
	/* #EFF5FC*/
}
input#err{
	border:1px dotted #FF9F00;
}

.RADIO_ERR, .CHECK_ERR{
	border:1px dotted #FF9F00;
}
.BT_FERTIG{
background-color:#E6F0FA;
border: none;
width:96px;
height:18px;
cursor:pointer;
}

.BT_TREFFEN{
background-color:#E6F0FA;
border: none;
width:134px;
height:18px;
cursor:pointer;
}

.BT_JETZT{
background-color:#E6F0FA;
border: none;
width:52px;
height:18px;
cursor:pointer;
}

.BT_WEITER{
background-color:#E6F0FA;
border: none;
width:61px;
height:18px;
cursor:pointer;
}

.BT_SPEICHERN{
background-color:#E6F0FA;
border: none;
width:81px;
height:18px;
cursor:pointer;
}

.BT_LOGIN{
background-color:#E6F0FA;
border: none;
width:47px;
height:18px;
cursor:pointer;
float: left;
}

.BT_ZURUECK{
background-color:#E6F0FA;
border: none;
width:61px;
height:18px;
cursor:pointer;
}
.BT_SUCHEN{
background-color:#E6F0FA;
border: none;
width:62px;
height:18px;
cursor:pointer;
}

.BT_SENDEN{
background-color:#E6F0FA;
border: none;
width:62px;
height:18px;
cursor:pointer;
}


