
.divForm 
{
	width: 670px;
	height: auto; 
	float: left; 
	display: block;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 30px
	}
	

	
.divForm #RedAlertMsg
{
	width: 600px;
	height: auto;
	margin-left: 20px;
	margin-top: 10px;
	display: block;
	padding: 10px;
	padding-left: 30px;
    background: url(/_formulieren/images/exclamation.png) no-repeat 5px center;
	background-color: #fceb8f;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 13px;
	color:red;
}

.divForm #RedAlert, .divForm #FormError
{
	border: 1px solid red;
}




.divForm table
{
	border-style: none
}
.divForm td{
    padding: 2px
}

.divForm input[type="text"]{
    border: solid 1px #ccc;
    padding: 4px
}

.divForm input[type="text"]:focus{
    border: solid 1px #a6282e
}


.divForm select{
    border: solid 1px #ccc;
    padding: 3px
}
.divForm select:focus{
    border: solid 1px #a6282e
}

.divForm TD, .divForm input, .divForm textarea, .divForm select
{
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 13px;
}

.divForm textarea{
	width: 300px;
	height: 180px;
    padding: 4px;
    border: solid 1px #ccc
}

.divForm textarea:focus{
    border: solid 1px #a6282e
}

	
.button
{
	float: right;
	margin-right: 10px;	
    border: 1px solid #ccc;
    padding: 6px;
    width: auto;
    height: 40px;
    background: url(/_formulieren/images/page.png) no-repeat 5px center;
    padding-left: 30px;
    cursor: pointer
}
.button:hover
{
    border: 1px solid #a6282e
}
