.left_box {
    float: left;
    height: auto;
    padding-bottom: 10px;
    width: 257px;
}
.top_left_box {
    background: url("images/top_box_bg.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 10px;
    width: 257px;
}
.center_left_box {
    background: url("images/center_box_bg.gif") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: auto;
    width: 257px;
}
.box_title {
    color: #615357;
    font-size: 18px;
    padding: 5px 53px;
    text-align: center;
    width: 257px;
}
.form {
    color: #615357;
    padding: 5px 0;
    text-align: center;
    width: 257px;
}
.form_row {
    float: left;
    padding: 3px 0;
    text-align: center;
    width: 257px;
}
label.left {
    float: left;
    padding-top: 3px;
    text-align: right;
    width: 70px;
}
label.left_long {
    float: left;
    padding-top: 3px;
    text-align: right;
    width: 90px;
}
input.form_input {
    background-color: #ffffff;
    border: 1px solid #c8d2d9;
    float: left;
    height: 32px;
    margin: 0 0 0 30px;
    width: 281px;
}
.contact_information {
    color: #385870;
    font-size: 10px;
    padding-left: 20px;
    text-align: left;
}
.contact_information span {
    color: #d8325d;
}
.bottom_left_box {
    background: url("images/bottom_box_bg.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 10px;
    width: 257px;
}
.box_title span {
    color: #d8325d;
    font-weight: bold;
}
.box_title {
    color: #615357;
    font-size: 18px;
    text-align: center;
}
input, textarea, select {
    border-radius: 11px;
    font-family: arial,sans-serif;
    font-size: 14px;
    padding: 0 0 0 12px;
}
.form_row select {
    border: 1px solid #c8d2d9;
    border-radius: 11px;
  //  color: #c0c0c0;
color: #000;
    font-family: arial,sans-serif;
    font-size: 14px;
    height: 32px;
    margin: 0 0 0 30px;
    padding: 0 0 0 9px;
    width: 295px;
}
:-moz-placeholder {
    color: #999;
}
*::-moz-placeholder {
    color: #999;
}
.placeholder {
    color: #999;
}
.form_input_date {
 background: url("images/calendar.png") no-repeat scroll right center #ffffff;
    border: 1px solid #c8d2d9;
    float: left;
    height: 32px;
    margin: 3px -24px 2px 30px;
    padding-right: 33px;
    width: 97px;
	background-position:95%;
}
.form_row_date {
    width: 320px;
}
#submit
{
width:0px;
height:0px;
}
#searchbtn {
    background: url("images/blue-btn.png") no-repeat scroll 3px 0 / 106px 129px rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 19px;
    height: 44px;
    margin: 6px 0 0 216px;
    padding: 7px 0 0;
    text-align: center;
    width: 113px;
}
#savehbtn {
    background: url("images/blue-btn.png") no-repeat scroll 1px -5px / 123px 126px rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 19px;
    height: 39px;
 
    text-align: center;
    width: 113px;
}
#searchbtn:hover
{
cursor:pointer;
}

