@charset "UTF-8";
/* CSS Document */

#theapplicationitself {
font-family:Arial, Helvetica, sans-serif;
width: 971px;
margin: auto;
background: url(thebanner_bg.jpg) repeat-y;
}

#theapplicationitself h1, #theapplicationitself h2, #theapplicationitself p, #theapplicationitself form, #theapplicationitself ul, #theapplicationitself li {
	margin: 0;
	padding: 0;
}

.theapplication_top {
width: 971px;
margin: auto;
background: url(thebanner_top.jpg) no-repeat top left;
}

.theapplication_bottom {
width: 971px;
margin: auto;
background: url(thebanner_bottom.jpg) no-repeat bottom left;
min-height: 200px;
}

.theapplication_left {
float: left;
width: 650px;
}

.theapplication_right {
float: right;
width: 275px;
}

.theapplication_privacy {
margin-left: 47px;
width: 517px;
height: 70px;
background: url(roundybox_white.jpg) no-repeat;
padding-right: 10px;
}

.theapplication_title {
margin-left: 47px;
font-size: 36px;
color: #fff;
height: 36px;
margin-top: 7px;
font-weight: bold;
}

.theapplication_subtitle {
color: #000;
font-size: 24px;
margin-left: 50px;
margin-top: 11px;
margin-bottom: 15px;
height: 30px;
font-weight: bold;
}

.theapplication_call {
margin-top: 29px;
height: 1px;
}

.theapplication_question {
font-size: 12px;
font-weight: bold;
width: 175px;
float: left;
line-height: 12px;
margin-bottom: 8px;
}

.theapplication_answer {
font-size: 12px;
font-weight: bold;
width: 45px;
float: left;
margin-left: 5px;
margin-top: -3px;
line-height: 10px;
}
.theapplication_button {
margin-left:-10px;
margin-bottom: 35px;
margin-top: 5px;
}