html { margin:0;padding:0;border:0; }

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../font/trebuc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
margin:0 auto;
padding:0;
font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
font-size:10pt;
color:#333;
background:#fff;
}

img { border:0; margin:0; padding:0; text-decoration:none; }
div { margin:0; padding:0; }
p {
margin:0;
font-size:10pt;
color:#fff;
line-height:1.5;
}

.page-wrapper { margin:0 auto; width:100%;position:relative; }
.backgrounds img { position: fixed; top: 0; left: 0; height: auto; min-height: 100%; min-width: 1024px; width: 100%; }


.header {
position:relative;
display:block;
margin-top:38px;
padding:10px 0;
width:100%;
text-align:center;
color:#fff;
background:url('../img/ajn_pattern.png');
}

.header .message {
margin:0 auto;
padding:10px;
font-size:12pt;
color:#fff;
text-transform:uppercase;
width:550px;
}

.footer {
position:fixed;
bottom:0;
display: block;
padding:0;
width:100%;
height:38px;
text-align:center;
background:url('../img/ajn_pattern.png');
}

.footer .message {
margin:0;
padding:10px;
font-size:10pt;
color:#fff;
text-transform:uppercase;
}

.subscription_bg {
position:fixed;
right:0;
bottom:0;
display:block;
width:391px;
height:283px;
border:0px solid #fff;
background:url('../img/contact_form_bg.png') right bottom no-repeat;
}

.subscription_form {
float:left;
padding:90px 0px 10px 75px;
color:#fff;
}

.title {
margin:4px 10px 4px 0;
text-align:right;
color:#cd5a07;
}

.subscription_form fieldset {
border:0;
}

.subscription_form label {
display:inline-block;
text-align: left;
vertical-align: middle;
width:55px;
margin: 0 13px 0 0;
}

.txt {
margin:4px 0;
padding:6px 6px;
width:150px;
background:#727270;
color:#fff;
border:0;
}

.submit_btn {
margin:4px 0;
padding:6px;
width:162px;
color:#fff;
background:#cd5a07;
border:0;
}

.thank_you {
float:left;
padding:160px 0 10px 85px;
color:#fff;
}

.orange_txt {
color:#cd5a07;    
}

.warning {
color:#e61b1b;
}