/*
	This file is a part of the '8020' Wordpress Theme
	Theme URL: http://www.lokalnetz.com/themes/clear-2-column-wordpress-theme.htm
	Description: Widget-CSS File for '8020'.
*/

/************************************************
#_Contact_Form_7
************************************************/

.wpcf7-form textarea, label, input, select {
 display: block;
 float: left;
 width: 230px;
 margin: 3px 0;
 padding: 3px;
}

.wpcf7-form .button {
 width: 90px;
 margin: 3px 5px 0 8px;
 padding: 3px;
}

.wpcf7-form br {
 clear: left;
 display: none;
}

.wpcf7-form input#submit {
float: right;
}
.wpcf7-form {
 margin: 0;
 padding: 1.5em 0em;
 width: 490px;
}

.wpcf7-form label {
 text-align: right;
 padding-right: 1em;
}
