/* CSS Document */

html, body {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

input {
	width:400px;
}

textarea {
	width:400px;
	height:200px;
}

* {
	font-size:11px;
	text-align:left;
	vertical-align:top;
}

.warning {

border-bottom: dashed 1px #a0a0a0;
padding-bottom:10px;
margin-bottom:10px;
}