﻿input, textarea, select
{
  border: 1px solid #9D9C9C;
  color: #757575;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 3px;
}

input:focus, textarea:focus, select:focus
{
  background-image: none;
  background-color: #ffffff;
  color: #1c99f7;
  border: solid 1px #1c99f7;
}

input.image
{
  padding: 0px;
}

input.image:focus
{
}

.shortTextBox
{
  width: 95px;
}

.normalTextBox
{
  width: 170px;
}

a.enquirelink:link
{
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-right: 5px;
  border: solid 1px #424040;
  background-color: #fd8902;
  text-decoration: none;
  display: block;
  width: 150px;
}

a.enquirelink:hover
{
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  padding: 5px;
  border: solid 1px #424040;
  background-color: #fd8902;
  text-decoration: underline;
  width: 150px;
}

.errors
{
  margin-bottom: 20px;
  color: #ff0000;
  text-transform: capitalize;
  font-weight: bold;
  border: 2px solid #ff0000;
  width: 400px;
  padding: 5px;
  background-color: #fff7f7;
  background-image: url(../images/icon_warning.gif);
  background-repeat: no-repeat;
  background-position: 360px 10px;
}

.errors li
{
  color: #ff0000;
}

.edittable td
{
}

.edittable td.fieldlabel
{
  width: 140px;
}

.edittable img
{
  vertical-align: middle;
}

.check td
{
  width: 95px;
}

.check input
{
  border-width: 0px;
}

/* Quote Box */

/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2
{
  background: transparent url(../images/quotebox.png) no-repeat bottom right;
}
.cssbox
{
  /* intended total box width - padding-right(next) */
  width: 485px !important; /* IE Win = width - padding */
  width: 470px; /* the gap on the right edge of the image (not content padding) */
  padding-right: 15px; /* use to position the box */
  margin-bottom: 10px;
}

/* set the top-right image */
.cssbox_head
{
  background-position: top right; /* pull the right image over on top of border */
  margin-right: -15px; /* right-image-gap + right-inside padding */
  padding-right: 40px;
}

/* set the top-left image */
.cssbox_head h2
{
  background-position: top left;
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */
  padding: 10px 0 0 40px;
  height: auto !important;
  height: 1%;
  width: 485px !important; /* IE Win = width - padding */
  width: 470px;
}

/* IE Holly Hack *//* set the lower-left corner image */
.cssbox_body
{
  background-position: bottom left;
  margin-right: 25px; /* interior-padding right */
  padding: 1px 0 15px 40px;
}
/* mirror .cssbox_head right/left */

.questionBox
{
  width: 450px;
  display: table;
}

.mortgageQuestion
{
  float: left;
  height: 25px;
  margin: 2px;
}

.highlight
{
  font-style: italic;
  color: #FD8902;
  font-family: Trebuchet MS,Arial,sans-serif;
  font-size: 11px;
}

.lifetitle
{
  font-style: italic;
}

.quoteBox
{
  display: table;
  width: 450px;
}

.leftQuoteBox
{
  float: left;
  width: 210px;
}

.rightQuoteBox
{
  float: right;
}

.footerLogo
{
  padding-top: 15px;
  padding-bottom: 5px;
}

.hiddenrow
{
  display: none;
}

a.linkGetQuotation
{
  background: #ffffff url(../images/instantquote_button.png) 0px 0px;
  height: 25px;
  overflow: hidden;
  width: 211px;
  line-height: 25px;
  display: block;
}

a.linkGetQuotation:hover
{
  background: #ffffff url(../images/instantquote_button.png) 0px -25px;
}

a.linkQuestionYes
{
  background: #ffffff url(../images/yes_button.png) 0px 0px;
  height: 25px;
  overflow: hidden;
  width: 62px;
  line-height: 25px;
  display: block;
}

a.linkQuestionYes:hover
{
  background: #ffffff url(../images/yes_button.png) 0px -25px;
}

a.linkQuestionNo
{
  background: #ffffff url(../images/no_buttons.png) 0px 0px;
  height: 25px;
  overflow: hidden;
  width: 62px;
  line-height: 25px;
  display: block;
}

a.linkQuestionNo:hover
{
  background: #ffffff url(../images/no_buttons.png) 0px -25px;
}

td.linkQuestionImageContainer
{
  height: 25px;
  width: 62px;
}
a.instantQuote
{
  background: #ffffff url(../images/instantquote_button.png) 0px 0px;
  height: 25px;
  overflow: hidden;
  width: 211px;
  line-height: 25px;
  display: block;
}

a.instantQuote:hover
{
  background: #ffffff url(../images/instantquote_button.png) 0px -25px;
}

td.instantQuoteContainer
{
  height: 25px;
  width: 211px;
}

a.submitButton{
  background: #ffffff url(../images/sendme_button.png) 0px 0px;
  height: 20px;
  overflow: hidden;
  width: 229px;
  line-height: 20px;
  display:block;
}

a.submitButton:hover{
  background: #ffffff url(../images/sendme_button.png) 0px -20px;
}

td.submitButtonContainer{
  height:20px;
  width:229px;
}

.highlightall{
  color:#FD8902;
}

h2.form{
  margin-bottom: 0px;
}

.dialogPadding{
  height:300px;
}
