@charset "utf-8";
/* CSS Document */

table.form{
	width:249px;
	height:575px;
	border-bottom:#930000 solid 1px;
}
table.form td {
     background-color: #E2E2E2;
}
.phone{
	font-size:28px;
	color:#0172d6;
	height:46px;
	padding:0px;
	margin:0px;
}
.apply_today{
	height:38px;
}
h3{
	color:#FFF;
	font-size:28px;
	margin: 0px;
	padding:0px;
	font-weight:normal;
}
#applyExpander .apply_form{
	margin: 20px 0px 0px 15px;
	color:#930000;
	font-size:11px;
	width:230px;
    display: inline;
}
#applyExpander .apply_form p{
	color:#000;
    margin-left: 15px;
}
#applyExpander .apply_form input, #applyExpander .apply_form textarea, .apply_form select{
	background-color:#F1F1F1;
	border: 1px solid #DEDEDE;
    font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:10px;
    margin-left: 15px;
}
#applyExpander .apply_form .apply_bttc{
     width:208px;
     border: 0;
}
#applyExpander .apply_form .apply_label{
    float: left;
    margin-left: 15px;
}
.required{
	color:#000;
	font-weight:normal;
	font-size:10px;
}

.formField{
	width:208px;
}
.arrow{
	background-image:url(../../images/arrow.png);
	background-repeat:no-repeat;
	width:75px;
	height:46px;
	position:absolute;
	right: -6px;
	top:-17px;
	z-index:10;
}
.arrowBox{
	position:relative;
	float:right;
	z-index:10;
}
#applyBox{
	position:relative;
    width:249px;
    float: right;
}
#applyExpander{
    overflow:hidden;
	position:absolute;
	top:-15px;
	right:0px;
    height:30px;
}
#openButton{
    margin-top:-1px;
	margin-bottom:-30px;
	position:relative;
	z-index:5;
}

