/**
*	global css file
*	project:		alexander-training.de
*	all rights at:	daniel.liebig@wevin.de
**/

p.message {
	padding:0.5em 0 1em 0;
}

form {
	margin:0;
	padding:0em 0 0.5em 0;
}

label {
	display:block;
	float:left;
	width:145px;
	padding: 2px 0 3px 0;
}
input.text {
	width:260px;
	margin:0 0 5px 0;
	padding:2px;
	border:1px solid #848484;
	color:#1e1e1e;
}
input.cb {
	margin: 0 0 0.5em 0;
}

textarea {
	width:260px;
	height:10em;
	padding:2px;
	font: 12px arial, helvetica, sans-serif;
	color:#1e1e1e;
}
textarea.wide {
	width:427px;
	height:8em;
	padding:2px;
	font: 12px arial, helvetica, sans-serif;
	color:#1e1e1e;
}
select {
	width:260px;
	margin:0.5em 0 0 0;
	font: 12px arial, helvetica, sans-serif;
	color:#1e1e1e;
}
input.submit {
	margin:0.5em 0 0 0;
}