@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding: 0px;
}

#form-container {
	background:url(../assets/images/QC-BG.jpg) No-repeat;
	width:198px;
	height:350px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#form {
	width:205px;
	padding:11px 0 0 13px;
}

#form input {
	border:0px;
	margin-bottom: 2px;
	height:17px;
	width:173px;
}

.select {
	height:17px;
	margin-bottom: 2px;
	width:160px;
}

.submitbutton {
	text-align:center;
	margin-left: 65px;
	margin-top:1px;
}

#form label {
	height:14px;
	padding:0px;
	margin:0px;
}