
/* forms */
form {
	margin: 0px;
}

input,select,textarea {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input.xs,select.xs,textarea.xs {
	width: 15px;
	}

input.s,select.s,textarea.s {
	width: 50px;
	}

input.m,select.m {
	width: 150px;
	}

input.l,select.l {
	width: 250px;
	}

input.xl,select.xl {
	width: 350px;;
	}

input.xl2{
	width:280px;
	}

input.date {
	width: 70px;	
	}

input.xxl,select.xxl {
	width: 450px;;
	}

textarea.m {
	width:250px;
	height: 100px;
	}

textarea.l {
	width: 300px;
	height: 200px;
	}
textarea.l2	{
	width:400px;
	height:150px;
	}

textarea.xl {
	width:350px;
	height: 300px;
	}

textarea.xxl {
	height: 400px;
	}

input.button {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #333333;
	}