/**
* @version      $Id: wmessenger.css 172 2009-01-01 09:00:42Z Scheufler $
* @package      Winged Messenger 1.5
* @copyright    Copyright (C) 2008 Daniel Scheufler. All rights reserved.
* @license      GNU/GPL
*/

.formbox {
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #808080;
}

.formulartitle {
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	font-weight: bold;	
	}

.reihe {
	clear: both;
	padding: 2px 0px;
}

.label {
	float: left;
	width: 220px;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.feld {
	float: left;
	width: 300px;
	text-align: left;
} 

.button {
	text-align: center;
	margin-bottom: 5px;
}

.defbreite {
	width: 260px;
}

.textvor {
	padding: 5px 5px 20px 5px;
	}

.textnach {
	padding: 15px 5px 5px 5px;
	}

.clear {
	clear:both;
	}

