body {
	margin:0;
	padding:0;
	color: #666666;
    font-family: 'Droid Sans',Arial,'MS P Gothic','Hiragino Kaku Gothic Pro',sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.5em;
}
#support_req {
	width:600px; margin-left:auto; margin-right:auto; margin-top:25px;
	}
.textEntry, .textbox {
    width: 190px;
    border: 1px solid #999;
    height: 25px;
    padding-bottom: 3px;
}
.dropdown, .dropdown_wide {
  border: 1px solid #999;
    height: 25px;
    padding: 3px 0 3px 3px;
}
.dropdown_wide {
	width: 190px;
}
.textbox {padding: 3px 0 3px 3px;}
label, table {
	font-size: 12px;
	}
label {margin-right: 5px; width: 130px;}

.hidden
	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	}


/** GREEN BUTTON AND PILL BUTTON
---------------------------------------- **/
.greenbutton,
.pillbutton {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 1em;
  white-space: nowrap;
}
.greenbutton:after,
.pillbutton:after { font-family: 'Droid Sans',Arial,'MS P Gothic','Hiragino Kaku Gothic Pro',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  font-size: 11px;
   padding-left: 0.8em;
   color:#005699;
}
.greenbutton:hover,
.pillbutton:hover {
  border-bottom: inherit;
}
.greenbutton {
  position: relative;
  border: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 2.86em;
  margin: 0.6em 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #cbd337;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3da4d), color-stop(0, #d3da4d), to(#c2cc20));
  background: -webkit-linear-gradient(top, #d3da4d, #d3da4d 0%, #c2cc20);
  background: -moz-linear-gradient(top, #d3da4d, #d3da4d 0%, #c2cc20);
  background: -ms-linear-gradient(top, #d3da4d, #d3da4d 0%, #c2cc20);
  background: -o-linear-gradient(top, #d3da4d, #d3da4d 0%, #c2cc20);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px rgba(255, 255, 255, 0.7) inset;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px rgba(255, 255, 255, 0.7) inset;
}
.greenbutton span {
  color: 005699;
}
.greenbutton span,
.greenbutton:after {
  position: relative;
  z-index: 100;
}
.greenbutton:after {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
