/* CSS Document */
#umfrage table
{
	width:530px;
	margin-bottom:20px;
}

#umfrage table th
{
	background-color:#E3E5ED;
	text-align:left;
	padding:4px 5px;
	font-size:11px;
color:#666;
letter-spacing:0px;
	border:none;
	border-bottom:1px solid #bbb;
border-top:1px solid #fff;
}


#umfrage table td
{
	text-align:left;
	padding:3px 5px;
	font-size:11px;
border-bottom:1px solid #bbb;
border-top:1px solid #fff;
}



#umfrage p
{
	margin-bottom:30px;
font-size:11px;
}

.colored
{
	background-color:#E3E5ED;
border-bottom:1px solid #bbb;
	border-top:1px solid #fff;
}

#umfrage p.question
{
 	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
margin-top:20px;
color:#888;
}

#umfrage textarea
{
	width:400px;
}

#umfrage textarea{

border:1px solid #ccc;
background:#fff;
}

#umfrage table.address td{
border:none;
}

#umfrage table.address input{
border:1px solid #ccc;
background:#fff;
}

#umfrage input.submit{
float:left;
margin:15px 15px 35px 0px;
}


/*




#umfrage input.sbmit{
border:1px solid #ccc;
background:#fff;
}
*/
