body {
background: #e2f1f8;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #ffffff;
}

a {
text-decoration: none;
}

html {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}

.width {
width: 895px;
padding-top: 50px;
}

.top_bar {
background: url(images/yad_top_bar.png);
width: 100%;
height: 12px;
position: absolute;
top: 0;
}

.logo {
background: url(images/big_logo.png);
width: 533px;
height: 81px;
}

.content {
background: #246d92;
width: 655px;
border: 1px solid #10415a;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.content .content_pad {
padding: 35px;
}

.year_close {
background: #6398b3;
width: 570px;
border: 1px solid #10415a;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 28px;
font-weight: bold;
color: #ffffff;
text-shadow: 1px 1px 0px #000000;
margin-bottom: 20px;
margin-top: 25px;
}

.year_close .year_pad {
padding: 18px 22px 18px 22px;
}

.signup_text {
background: url(images/signup_text.png) no-repeat;
width: 283px;
height: 180px;
margin-left: 15px;
margin-top: 5px;
margin-bottom: 0px;
}

.info_area {
background: #ffffff;
width: 262px;
height: auto;
margin-right: 10px;
color: #1e4a61;
line-height: 20px;
}

.info_area .info_pad {
padding: 30px 25px 30px 25px;
}

.info_top {
background: url(images/content_top.png);
width: 261px;
height: 6px;
margin-right: 10px;
}

.info_bottom {
background: url(images/content_bottom.png);
width: 261px;
height: 6px;
margin-right: 10px;
}

.info_area a {
text-decoration: none;
}

.button {
background: url(images/yad_grey_grad.png);
width: auto;
height: 48px;
border: 1px solid #757575;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #ffffff;
font-size: 17px;
font-weight: bold;
text-shadow: 1px 1px 0px #000000;
cursor: pointer;
line-height: 20px;
}

.button .button_pad {
padding: 14px 15px 12px 15px;
}

.button:hover {
background: #b5b5b5;
}

.button_dark_border {
border: 1px solid #10415a;
}

/*FORMS*/
.form_title {
font-weight: bold;
font-size: 17px;
color: #ffffff;
text-shadow: 1px 1px 0px #000000;
margin-left: 18px;
position: relative;
top: 2px;
}

.input_text {
background: #ffffff;
width: 195px;
border: 1px solid #10415a;
border-right: 0px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
padding: 8px;
font-size: 13px;
color: #1e4a61;
margin-left: 18px;
margin-top: 10px;
}

.input_button {
background: url(images/yad_grey_grad.png);
width: auto;
border: 1px solid #10415a;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
text-shadow: 1px 1px 0px #000000;
cursor: pointer;
}

.input_button .input_button_pad {
padding: 8px 15px 8px 15px;
}

.input_button:hover {
background: #b5b5b5;
}

.message_area {
font-weight: bold;
font-size: 14px;
margin-top: 10px;
text-shadow: 1px 1px 0px #000000;
margin-left: 18px;
}

/*IMAGE BAR*/
.image_bar {
background: url(images/ads.png);
width: 234px;
height: 587px;
position: relative;
bottom: 7px;
}

/*SPECS*/
.mt_specb {
margin-top: 13px;
margin-left: 50px;
}

.inp_two {
margin-top: 5px;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}
