/* CSS Document */
.pg-title-big1 {
  color: #339933;
  font-family: Tahoma;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
}

.utr-form-container{
  padding: 1.5%;
  border-radius: 8px 8px 0 0;
  background-image: linear-gradient(bottom, rgb(255,255,255) 18%, rgb(217,217,217) 58%);
  background-image: -o-linear-gradient(bottom, rgb(255,255,255) 18%, rgb(217,217,217) 58%);
  background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 18%, rgb(217,217,217) 58%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 18%, rgb(217,217,217) 58%);
  background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 18%, rgb(217,217,217) 58%);
  
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.18, rgb(255,255,255)),
  	color-stop(0.58, rgb(217,217,217))
  );
}

.utr-form-container h2 {
  color: #0066CC;
  font-family: Tahoma;
  font-size: 24px;
  margin: 0 0 10px 86px;
}
.utr-form {
  width: 100%;
}
.utr-box {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.utr-label {
  float: left;
  font-size: 18px;
  text-align: right;
  width: 42%;
  margin: 13px 9px 0 0;
}
.utr-input-box {
  float: left;
  width: 50%;
}
.utr-input {
  border: 1px solid #8D8D8D !important;
  border-radius: 6px 6px 6px 6px !important;
  box-shadow: 2px 3px 8px #C2C2C2 inset !important;
  height: 40px !important;
  margin-left: 10px !important;
  padding: 0 8px !important;
  width: 46% !important;
}
.utr-submit {
  background-color: #1C75BC !important;
  background-image: none !important;
  border: medium none !important;
  border-radius: 10px 10px 10px 10px !important;
  color: #FFFFFF !important;
  filter: none;
  float: left;
  height: 43px;
  width: 30%;
  font-family: Tahoma;
  font-size: 18px !important;
}
/********** Home Page Tax Form Style **************/

.tax_form {
  left: 67.5%;
  position: absolute;
  width: 32%;
}
.tax_form > img {
  width: 100% !important;
}
.tax-form-container {
  bottom: 6%;
  margin-left: 10px;
  position: absolute;
  width: 94%;
}
#taxForm{
  margin: 0;
}
.tax-input-wrap {
  position: relative;
  margin: 12px 15px;
}
.tax-input-wrap .tax-input {
  -moz-appearance: none;
  background: none repeat scroll 0 0 #DAECFF;
  border: 1px solid #056B4B;
  /* color: #052A49; */
  cursor: text;
  display: inline-block;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  height: 33px;
  margin: 0;
  outline: medium none;
  padding: 3px 12px;
  background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
  background: -moz-linear-gradient(center top , #FDFDFD, #CECECE) repeat scroll 0 0 transparent;  
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px; 
  box-shadow: 3px 3px 3px #13538C;
}
.tax-submit-wrap {
  margin: 20px 15px 12px;
}
.tax-submit-wrap > img {
  float: none !important;
  border: 1px solid #056B4B;
  box-shadow: 3px 3px 3px #13538C;
  The page at b-yy.net says
}


.loan-widget {
  border: 5px solid #00BFF5;
  border-radius: 4px 4px 4px 4px;
}
.loan-widget-logo {
  margin: 15px 25px;
  text-align: center;
}
.loan-widget > h2 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  margin: 18px 25px;
  text-align: center;
}
.loan-widget h2 font {
  background: none repeat scroll 0 0 #FEFE9A;
  font-weight: bold;
}
.loan-widget-wrp {
  margin: 0 25px;
}
.loan-widget select {
  border: 1px solid #959595;
  height: 24px;
  margin-bottom: 10px;
  width: 100% !important;
}
.loan-widget input {
  border: 1px solid #959595 !important;
  height: 26px;
  margin-bottom: 10px !important;
  width: 100% !important;
  padding: 3px 8px !important;
}
#terms {
  height: auto;
  margin-left: 18px;
  width: 10px !important;
}