@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
.mainHolder {
	width: 500px;
	height: 390px;
	margin: 100px auto 0 auto;
}
.formHolder {
	width: 480px;
	padding: 9px;
	border: #d2a1a2 solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFF url(../images/logo-indus-feedback.gif) no-repeat bottom right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3e3838;
	position: relative;
}
.formHolder h2 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #832526;
	text-indent: 11px;
	background: #fbe7e8;
	font-size: 13px;
	font-weight: bold;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0px;
	padding: 0px;
}
span.star {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
span.error {
	color: #F00;
	font-weight: normal;
	display: block;
	padding-bottom: 12px;
	font-weight: bold;
}
input[type="text"] {
	border: #abadb3 solid 1px;
	border-collapse: collapse;
	width: 160px;
	height: 18px;
}
input[type="password"] {
	border: #abadb3 solid 1px;
	border-collapse: collapse;
	width: 160px;
	height: 18px;
}

select {
	margin: 0px 5px 0 0;
	border: #abadb3 solid 1px;
	border-collapse: collapse;
}
