@charset "utf-8";
/* CSS Document */

.noprint {
	display: none;
	visibility: hidden;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	width: 100%;
}

#wrapper {
	width: 100%;
	border: none;
}

.applicationForm input[type="text"], .applicationForm textarea {
	border: none;
	border-bottom: 1px solid #000000;
	background: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

