/* screen-forms | FORMULIEREN */

.text-field {
	border: 1px solid red;
}

.width-medium{
	width: 100px;	
}

.width-medium{
	width: 150px;	
}


.width-large{
	width: 200px;	
}

.width-huge{
	width: 300px;	
	border: 1px solid #c5b9ac;
}

.width-extralarge{
	width: 400px;	
}

.no-border{
	border: none;
}

input.buttonSend{
	background-image:url(../images/btn-backgr.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0px;
	width: 115px;
	height: 31px;
	cursor: pointer;
}

ul.error_list {
	color:#B31E40;
}


