/*core styel sheet*/
html{
  height:100%;
  min-hight:100%;
}
body {
  background-image: url(../images/pinkback.png);
  background-color: #ffffff;
  min-height:100%;
  height:100%;
}

h1 {

}
#content {
  position: relative ;
  font-size: 1.3em;
  min-height:100%;
  height:100%;
}
#rep_select_form {
  position: relative ;
  font-size: .8em;
  clear: both;
}
#mess_div{
  width: 705px;
}
#mess_form {
  position: relative ;
  font-size: .7em;
  font-weight: bold;
  clear: both;
  width: 705px;
}
img.head_img {
  display: block;
  width: 710px;
  height: 125px;
}
div.frmlbl{
  display: inline;
  float: left;
  position: relative;
  width: 9em;
}
div.frminp{
  display: inline;
  text-align: left;
}
div.err_hi{
  display: inline;
  color:red;
  width: 1em;
  text-align:center;
}
div.err_no{
  display: inline;
  width: 1em;
}
div.replbl{
  float: left;
  clear: right;
  position: relative;
}
div.repcheck{
  float: left;
  clear: left;
}
div.bkfloat{
  clear: both;
  height: 1px;
  width: 25px;
}
#main_outer{
  min-height:100%;
  height:100%;
  width:100%;
}

#header {
  display: block;
  position: relative;
  margin-left: 230px;
  width:100%;

}

#footer{
  display: block;
  position: relative;
  clear: both;
  height: 4em;
  width: 100%;
  left:-230px;
  font-size: .8em;
}
#content a
{
  color: #f914e6
}

#nav a
{
  color: #f914e6
}

#main {
  position :absolute;
  top:0px;
  left:230px;
  width:100%;
  text-align: left;
  min-height:100%;
  height:100%;
}

#main p, #main ul li
{
  color: #070b55;
  list-style-type: none;
}

#nav {

  position: relative;
  top: 0;
  left: 0;
  width: 230px;
  line-height: 1.7em;
  font-size: .8em;
  height :100%;
  min-height:100%;
}

#nav ul {

margin: 0;

padding: 0;

}

#nav ul li {

list-style-type: none;

margin: 0;

padding: 0;

}
div.err_txt{
  color:red;
  float: left;
}
#loading_note p{
  display: block;
  color: #f914e6;
  text-decoration:blink;
}
.letter_hr{
  clear:right;
  color: #f914e6;
  background-color:#f914e6;
  width:705px;
  height:5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
div.rep_message{
  border: 1px #f914e6 solid;
  background-color:#f8def3;
}
textarea.mess_text{
  border:0;
  background-color:#f8def3;
}
div.rep_header{
  display:block;
  clear:both;
}
div.sig_line{
  display:block;
  width:100%;
}
div.char_count{
  display:inline;
  width:50%;
  float:right;
}
span.char_count_high{
  color: #f914e6;
}
div.notice{
  clear:both;
  color:red;
  font-size:2em;
}
div.spell_but_div{
  clear:both;
}
div.chk_frminp{
display:block;
width:1em;
float:left;
}
div.chk_frmlbl{
  display:block;
  width: 10em;
  float:left;
}
div.fee_radio{
  display:block;
  width: 8em;
  float:left;
}

.fee_list li{
  position:relative;
  display:inline;
  font-size:.6em;
  left:-3em;
}
.totallbl{
  display:block;
  float:left;
  padding-right: 2em;
  text-align:right;
  width: 17em;

}
.totalamt{
  display:inline;
  float:left;
}
.cart_button{
  width:11.3em;
  text-align:center;
}
.button1{
  display:block;
  width:7.5em;
  float:left;
}
.button2{
  display:inline;
  width:7.5em;
  float:left;
  margin-left:1em;
  margin-right:1em;
}
.button3{
  display:block;
  width:7.5em;
  float:left;
}
.slip_price{
  background-image: url(../images/pinkback.png);
  background-color: #ffffff;
  border:0;
  width: 8em;
  text-align:right;
}
.totalamt{
  background-image: url(../images/pinkback.png);
  background-color: #ffffff;
  border: 1px blue solid;
  width: 8em;
  text-align:right;
}
.inpfields{
  font-size: 1em;
}

#pp_or_cc{
  height:2em;
  text-align:center;
  width:7em;
}
.slip_dates{
  font-size: .6em;
}
#slip_review_cont{
  min-height:100%;
  height:100%;
}

div.frminp input{
 width:13em;
}
div.frminp select{
 width:13.5em;
}
