
#inquiry { width:450px; margin:50px auto; }
#login-logo { height:auto; padding-left:10px; }
#login-box { border:7px solid #EFEFEF; }
#login-title { padding:4px; font-size:18px; background:#ffcccc; color:#0000ff; }
#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:#333; }
#field-input { float:left; }

.cssbutton {
	cursor:pointer;
	text-decoration:none;
	background: #dedede;
	background: -moz-linear-gradient(top,#dedede 0%,#c8c8c8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dedede),color-stop(100%,#c8c8c8));
	background: -webkit-linear-gradient(top,#dedede 0%,#c8c8c8 100%);
	background: -o-linear-gradient(top,#dedede 0%,#c8c8c8 100%);
	background: -ms-linear-gradient(top,#dedede 0%,#c8c8c8 100%);
	background: linear-gradient(top,#dedede 0%,#c8c8c8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dedede',endColorstr='#c8c8c8',GradientType=0);
	padding:4px 7px;
	color:#000;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}
.cssbutton:hover {
	cursor:pointer;
	text-decoration:none;
	background: #ffcccc;
	background: -moz-linear-gradient(top,#ffcccc 0%,#ff9999 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcccc),color-stop(100%,#ff9999));
	background: -webkit-linear-gradient(top,#ffcccc 0%,#ff9999 100%);
	background: -o-linear-gradient(top,#ffcccc 0%,#ff9999 100%);
	background: -ms-linear-gradient(top,#ffcccc 0%,#ff9999 100%);
	background: linear-gradient(top,#ffcccc 0%,#ff9999 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffcccc',endColorstr='#ff9999',GradientType=0);
	padding:4px 7px;
	color:#000;
	font-family:'Helvetica Neue',sans-serif;
	font-size:24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}
