
#inquiry { width:450px; margin:100px auto; }
#login-logo { height:auto; padding-left:10px; }
#login-box { border:7px solid #EFEFEF; }
#login-title { padding:10px; font-size:18px; background:#7e318d; color:#FFF; font-weight:bold; }
#login-content {padding:10px 15px; }
#login-submit { clear:both; position:relative; padding:15px; text-align:center; }

#field-row { padding:6px 0px; clear:both; }
#field-name { width:82px; text-align:right; float:left; font-size:16px; color:#1583B4; }
#field-input { float:left; }

.cssbutton {
	cursor:pointer;
	text-decoration:none;
	background: #7e318d;
	background: -moz-linear-gradient(top,#7e318d 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7e318d),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#7e318d 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#7e318d 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#7e318d 0%,#188BC0 100%);
	background: linear-gradient(top,#7e318d 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e318d',endColorstr='#188BC0',GradientType=0);
	padding:4px 7px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}
.cssbutton:hover {
	cursor:pointer;
	text-decoration:none;
	background: #4C0B5F;
	background: -moz-linear-gradient(top,#4C0B5F 0%,#157AAA 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4C0B5F),color-stop(100%,#157AAA));
	background: -webkit-linear-gradient(top,#4C0B5F 0%,#157AAA 100%);
	background: -o-linear-gradient(top,#4C0B5F 0%,#157AAA 100%);
	background: -ms-linear-gradient(top,#4C0B5F 0%,#157AAA 100%);
	background: linear-gradient(top,#4C0B5F 0%,#157AAA 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4C0B5F',endColorstr='#157AAA',GradientType=0);
	padding:4px 7px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}
