﻿* {
	outline : none;
}
html {
    height : 100%;
    margin : 0;
    min-width : 1100px;
    padding : 0;
}
body {
	background: #165781 url(../../images/bg.jpg) repeat-x top;
	padding-bottom : 30px !important;
}
body, input, select, textarea {
	color: #fff;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
    line-height : 18px;
    margin : 0;
    padding : 0;
}
form {
    display : inline;
    margin : 0;
    padding : 0;
}
a {
	text-decoration : none;
	color : #fff;
}
a:hover {
	text-decoration : none;
	color : #dfe852;
}
a img {
	border : none;
}
.clear {
	clear : both;
	height : 0;
	line-height : 0;
}
.hidden {
	display : none;
}

#container {
	background : url(../../images/art-bg.jpg) no-repeat 0 0 ;
	margin : 0 auto 30px;
	padding-top : 110px;
	width : 1030px;
}
	
#wrapper {
	margin : 0 auto;
	width : 850px;
}

#header{
	background : url(../../images/top_header.jpg) no-repeat;
	height : 154px;
	margin-bottom : 33px;
	padding-top : 93px;
	text-align : center;
	width : 849px;
}
#header span {
	font-weight : bold;
}

#footer{
	background : #225f84;
	height : 26px;
	line-height : 26px;
	text-align : center;
}

#home {
	height : 176px;
	line-height : 176px;
	overflow : hidden;
}
#home a {
	background : url(../../images/home_box.jpg) no-repeat;
	display : block;
	float : left;
	overflow : hidden;
	text-indent : 300px;
	width : 274px;
}
#home a.unsubscribe {
	background-position: -288px 0;
	margin : 0 14px;
}
#home a.register {
	background-position: -576px 0;
}

#inside {
	background : url(../../images/inner_top.jpg) no-repeat 0 0;
	padding-top : 17px;
}
#inside #outer {
	background : url(../../images/inner_bottom.jpg) no-repeat 0 bottom;
	padding-bottom : 17px;
}
#inside #inner {
	background : url(../../images/inner_center.jpg) repeat-y 0 0;
	min-height : 200px;
	padding : 5px 30px 20px;
	position : relative;
}
#inside #inner a.home {
	background : url(../../images/home_icone.jpg) no-repeat;
	display : block;
	height : 20px;
	line-height : 20px;
	overflow : hidden;
	position : absolute;
	right : 30px;
	text-indent : 30px;
	top : 2px;
	width : 20px;
}
#inside #inner h1 {
	border-bottom : solid 1px #2e688d;
	color : #91b6c6;
	font-size : 18px;
	font-weight : normal;
	line-height : 18px;
	margin: 0 0 10px;
	padding : 0 0 5px;
}
#inside #inner h2 {
	color : #91b6c6;
	font-size : 12px;
	font-weight : bold;
	line-height : 16px;
	margin: 0 5px 10px;
	padding : 0;
}
#inside #inner p {
	margin : 10px 5px;
	padding : 0;
}
#inside #inner #form {
	margin : 25px auto 0;
	width : 600px;
}
#inside #inner #form .errorMsg {
	color : #dccf03;
	display : block;
	font-weight : bold;
	margin-bottom : 15px;
	text-align : center;
}
#inside #inner #form fieldset {
	border : none;
	clear : both;
	padding : 5px 0;
}
#inside #inner #form fieldset div {
	display : inline-block;
}
#inside #inner #form fieldset span.req {
	color : #dccf03;
}
#inside #inner #form fieldset label {
	float : left;
	line-height : 31px;
	padding-right : 10px;
	text-align : right;
	width : 140px;
}
#inside #inner #form fieldset small {
	font-size : 10px;
}
#inside #inner #form fieldset input {
	background : #437a99 url(../../images/field_textbg.jpg) repeat-x;
	border : solid 1px #11496c;
	height : 29px;
	line-height : 29px;
	padding : 0 5px;
	width : 290px;
}
#inside #inner #form fieldset textarea {
	background : #437a99 url(../../images/field_message.jpg) repeat-x;
	border : solid 1px #11496c;
	height : 95px;
	overflow : auto;
	padding : 5px 0 5px 5px;
	width : 295px;
}
#inside #inner #form fieldset .select {
	background : #437a99 url(../../images/field_textbg.jpg) repeat-x;
	border : solid 1px #11496c;
	height : 21px;
	line-height : 0;
	overflow : hidden;
	padding : 4px 1px 4px 5px;
	width : 294px;
}
#inside #inner #form fieldset .select select {
	background : #437a99 none;
	border : none;
	float : left;
	height : 21px;
	line-height : 21px;
	width : 294px;
}
#inside #inner #form fieldset .select select.month {
	margin-right : 10px;
	width : 120px
}
#inside #inner #form fieldset .select select.day {
	width : 64px
}
#inside #inner #form fieldset .select select.year {
	float : right;
	width : 90px
}
#inside #inner #form fieldset .captcha {
	background : #437a99 url(../../images/field_textbg.jpg) repeat-x;
	border : solid 1px #11496c;
	height : 27px;
	line-height : 27px;
	overflow : hidden;
	padding : 1px 5px 1px 1px;
	width : 294px;
}
#inside #inner #form fieldset .captcha img {
	float : left;
}
#inside #inner #form fieldset .captcha small {
	float : right;
}
#inside #inner #form fieldset .error {
	border-color : #dccf03;
}
#inside #inner #form #buttons {
	height : 29px;
	padding : 10px 0 0 152px;
}
#inside #inner #form #buttons a {
	background : url(../../images/btn.jpg) no-repeat;
	display : block;
	float : left;
	font-weight : bold;
	height : 29px;
	line-height : 29px;
	margin-right : 5px;
	text-align : center;
	width : 101px;
}
#inside #inner #form #buttons a.single {
	margin-left : 96px;
}