/* @override 
	http://amivoxweb.dev/css/amivox.css
	http://home.kbell-it.dk/css/amivox.css
*/

body {
	font: 12px/1.5 Helvetica, Arial, Sans-Serif;
	background: #FFF url(/css/i/background.png) repeat-x;
	color: #666;
}

a {
	color: #EA7F26;
	font-weight: bold;
	text-decoration: none;
}

input:focus {

}

#page {
	width: 912px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header {
	height: 37px;
	position: relative;
	padding-bottom: 36px;
	padding-top: 36px;
	border-bottom: 1px solid #999;
	z-index: 999;
}

#header .nav {
	position: absolute;
	background: url(/css/i/nav-bg.png) repeat-x;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	right: 0;
	top: 36px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#header .nav li {
	float: left;
	border-right: 1px solid rgb(200,200,200);
	border-right: 1px solid rgba(0,0,0,0.1);
}

#header .nav li.signin {
	border: none;
}

#header .nav li.signin a {
	background: url(i/icon-lock.png) no-repeat right 0px;
	padding-right: 30px;
}

#header .nav li.signin a:hover {
	background-position: right -36px;
}

#header .nav li a {
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	letter-spacing: -0.06em;
	font-weight: normal;
}

#header .nav li a:hover {
	background-color: #CCC;
	color: #666;
}

#header .lang {
    float: right;
}

#header .lang li{
    float: left;
    padding: 0 5px;
}

#header .nav li.home a:hover,
#p-home #header .nav .home {
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}

#header .nav li.signin a:hover {
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}

#p-home #header .nav .home a,
#p-camp #header .nav .home a,
#p-rates #header .nav .rates a,
#p-about #header .nav .about a,
#p-features #header .nav .features a,
#p-help #header .nav .help a,
#p-signup #header .nav .signup a,
#p-signin #header .nav .signin a {
	color: #666;
}

#p-home #header .nav .home,
#p-camp #header .nav .home,
#p-rates #header .nav .rates,
#p-about #header .nav .about,
#p-features #header .nav .features,
#p-help #header .nav .help,
#p-signup #header .nav .signup,
#p-signin #header .nav .signin {
	background: #CCC;
}

#p-signin #header .nav .signin a {
	background-position: right -36px;
}

#content {
	padding-top: 36px;
	width: 600px;
	margin-bottom: 36px;
}

#sidebar h1,
#content h1,
#openid h1 {
	font-size: 48px;
	color: #66A333;
	line-height: 1em;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	margin-bottom: 24px;
}

#content h1 {
	color: #66A333;
	letter-spacing: -0.06em;
}

#content h1 span {
	color: #999;
	font-weight: normal;
}

#sidebar {
	background: url(/css/i/split.png) top center no-repeat;
	padding: 36px 0 24px 0;
	overflow: hidden;
}

#sidebar .col {
	width: 312px;
	float: left;
}

#sidebar .col .more {
	text-align: right;
}

#sidebar .col p {
	margin-bottom: 12px;
}

#footer {
	border-top: 1px solid #CCC;
	padding: 24px 0;
	position: relative;
}

#footer ul {
	position: absolute;
	top: 24px;
	right: 0;
}

#footer ul li {
	display: inline;
	padding-left: 12px;
}

/* Pages */

#p-signin #page,
#p-lostpassword #page {
	background: url(/css/i/icons-signin.png) 702px 144px no-repeat;
}

#p-signup #sidebar .col1,
#p-signin #sidebar .col1 {
	width: 236px;
}

#p-signin #sidebar .col1 h2,
#p-signin #content h2 {
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-signin #content h2 {
	font-weight: bold;
	padding-bottom: 12px;
}

#p-signin .double #id-username {
	width: 278px;
}

#p-signin .form .item {
	display: inline-block;
	overflow: visible;
}

#p-signin .form .reverse {
	display: block;
}

#p-signin .form .controls {
	overflow: hidden;
}

#p-signin .form .controls input {
	float: left;
}

#p-signin .form .controls ul {
	float: left;
	margin-left: 12px;
	width: 200px;
}

#p-signin #openid {
	padding-top: 36px;
	border-bottom: 1px solid #CCC;
}

#p-signin #openid .wrap {
	overflow: hidden;
	padding-bottom: 48px;
}

#p-signin #openid .wrap h2 {
	float: left;
	width: 234px;
	font-size: 18px;
}

#p-signin #openid .wrap a {
	float: left;
	width: 366px;
}

#p-lostpassword #sidebar {
	background: none;
}

#p-lostpassword #sidebar h1 {
	text-align: center;
	letter-spacing: -0.06em;
	margin-top: 2em;
	margin-bottom: 0;
}

#p-lostpassword #sidebar p {
	text-align: center;
	padding-bottom: 10em;
	padding-top: 1em;
}

#p-lostpassword #content .form .item {
	display: inline-block;
	overflow: visible;
}

#p-lostpassword #content .form .item #id-username {
	width: 278px;
}

#p-signup #page {
	background: url(/css/i/icons-signup.png) 702px 144px no-repeat;
}

#p-signup #sidebar {
	font-size: 18px;
	background: none;
	padding-bottom: 36px;
}

#p-signup #sidebar .col1 h2 {
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-signup #sidebar .col2 p {
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-signup #content h2 {
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	font-weight: bold;
	padding-bottom: 24px;
}

#p-signup .or,
#p-signin .or {
	border-bottom: 1px solid #CCC;
	text-align: center;
	height: 1px;
	position: relative;
}

#p-signup .or p,
#p-signin .or p {
	position: absolute;
	width: 108px;
	left: 50%;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	top: -12px;
	margin-left: -54px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	background: #FFF url(/css/i/background.png) 0px -370px;
}

#p-signup #content .form .item {
	display: inline-block;
	overflow: visible;
}

#p-signup #content .form .item #id-username {
	width: 278px;
}

#p-signup #content .form .reverse {
	display: block;
}

#p-success #content {
	width: 912px;
	padding: 72px 0 36px 0;
}

#p-success h1 {
	text-align: center;
	margin: 0;
}

#p-success h2 a {
	font-weight: normal !important;
}

#p-success h2 {
	text-align: center;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-success #content p.signin {
	margin-top: 12px;
}

#p-success #content p.signin a {
	margin: 0 auto;
}

#p-help #page {
	background: url(/css/i/icons-help.png) 702px 144px no-repeat;
}

#p-help #content {
	overflow: hidden;
}

#p-help #content .col {
	float: left;
	width: 132px;
	padding-right: 24px;
}

#p-help #content .col h2 {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	line-height: 1em;
	padding-bottom: 12px;
}

#p-help #content .col4 {
	padding: 0;
}

#p-help #sidebar .item {
	display: none;
	width: 600px;
}

#p-help #sidebar .item h3 {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	margin-bottom: 12px;
}

#p-help #sidebar .item p {
	padding-bottom: 12px;
}

#p-help #sidebar .item p strong {
	font-weight: bold;
}

#p-rates #page {
	background: url(/css/i/icons-rates.png) 702px 144px no-repeat;

}

#p-rates #content {
	position: relative;
}

#p-rates #content .nav {
	position: absolute;
	top: 36px; right: 0px;
}

#p-rates #content .nav li {
	display: inline;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-rates #content .nav li.active a {
	color: #666;
}

#p-rates #content .rates {
}

#p-rates h2 {
	font-size: 24px;
	line-height: 1em;
	padding-bottom: 36px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-rates #content {
	overflow: hidden;
}

#p-rates #content .col1 {
	width: 600px;
	border: 1px solid #CCC;
	border-width: 1px 0;
	display: none;
}

#p-rates #content .col2 {
	display: none;
}

#p-rates #content .col2 h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 24px 0 12px 0;
	border-bottom: 1px solid #CCC;
	line-height: 1em;
}

#p-rates #content .col2 h3 strong {
	float: right;
	font-weight: normal;
	color: #999;
}

#p-rates table {
	width: 600px;
	line-height: 1em;
	margin-bottom: 24px;
}

#p-rates table thead th {
	text-align: right;
	font-size: 18px;
	border-bottom: 1px solid #CCC;
	padding: 12px 0;
}

#p-rates table tbody th {
	border-bottom: 1px solid #CCC;
	font-size: 18px;
}

#p-rates table tbody th span {
	font-size: 12px;
}

#p-rates table td {
	border-left: 1px solid #CCC;
	text-align: right;
	font-size: 18px;
	padding: 12px 12px 12px 0;
	border-bottom: 1px solid #CCC;
}

#p-rates table td span {
	font-size: 12px;
}

#p-rates table td.end {
	padding-right: 0;
}

#p-rates #content .form {
	padding-top: 12px;
	width: 600px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#p-rates #content .form .item {
	float: left;
	width: 132px;
	padding-right: 24px;
}

#p-rates #content .form label {
	width: 132px;
	margin-top: 12px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 6px;
}

#p-rates #content .form select {
	width: 132px;
}

#p-rates #content .form .currency {
}

#p-rates #content .form .controls {
	width: 132px;
	float: left;
	padding: 0;
	padding-top: 12px;
}

#p-rates #content .form .controls input {
	background: url(/css/i/button-bg.png) repeat-x;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
	color: #FFF;
}


#p-rates .note {
	margin-top: 12px;
}

#p-rates #form-exact #id-to,
#p-rates #form-exact #id-from {
	border: 1px solid #CCC;
	padding: 3px;
	width: 124px;
}

#p-home, #p-camp {
	background-position: 0px 385px;
}

#p-home #page,
#p-camp #page{
	width: auto;
	background: url(i/slide-welcome.jpg) top center no-repeat;
}

#p-home #header,
#p-camp #header{
	border: none;
	padding-bottom: 24px;
	width: 912px;
	margin: 0 auto;
}

#p-home #content,
#p-camp #content{
	height: 288px;
	overflow: hidden;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	zoom: 1;
}

#p-home #content .slidenav,
#p-camp #content .slidenav{
	float: left;
	width: 234px;
	height: 288px;
	padding-right: 1px;
}

#p-home #content .slidenav li,
#p-camp #content .slidenav li{
	background: url(i/home-slide-bg.png);
	margin-bottom: 1px;
	width: 234px;
	height: 96px;
}

#p-home #content .slidenav li.welcome,
#p-camp #content .slidenav li.welcome{
	border-radius: 0px 3px 0px 0px;
	-moz-border-radius: 0px 3px 0px 0px;
	-webkit-border-radius: 3px 0px 0px 0px;
}


#p-home #content .slidenav li.active,
#p-camp #content .slidenav li.active{
	position: relative;
	width: 235px;
}

#p-home #content .slidenav li.active a,
#p-home #content .slidenav li a:hover,
#p-camp #content .slidenav li.active a,
#p-camp #content .slidenav li a:hover{
	color: #FFF;
	opacity: 1;
}

#p-home #content .slidenav li a,
#p-camp #content .slidenav li a{
	width: 114px;
	padding: 24px 96px 24px 24px;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	color: #CCC;
	height: 48px;
	opacity: 0.75;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

#p-home #content .slidenav li.welcome a,
#p-camp #content .slidenav li.welcome a{
	background: url(i/slidenav-welcome.png) top right no-repeat;
}

#p-home #content .slidenav li.foryou a,
#p-camp #content .slidenav li.foryou a{
	background: url(i/slidenav-foryou.png) top right no-repeat;
}

#p-home #content .slidenav li.forbusiness a,
#p-camp #content .slidenav li.forbusiness a{
	background: url(i/slidenav-forbusiness.png) top right no-repeat;
}

#p-home #content .slide,
#p-camp #content .slide{
	height: 240px;
	padding: 24px;
	float: left;
	width: 677px;
	background: url(i/home-slide-bg.png);
	color: #FFF;
	position: relative;
	border-radius: 0px 3px 0px 0px;
	-moz-border-radius: 0px 3px 0px 0px;
	-webkit-border-radius: 0px 3px 0px 0px;
}

#p-home #content .slide h1,
#p-camp #content .slide h1{
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	margin-bottom: 12px;
}

#p-home #content .slide h1 span,
#p-camp #content .slide h1 span{
	color: #FFF;
}

#p-home #content .slide h2,
#p-camp #content .slide h2{
	font-size: 24px;
	line-height: 1em;
	width: 522px;
	float: right;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	padding-bottom: 12px;
	letter-spacing: -0.06em;
	text-align: right;
	position: relative;
	margin-top: -6px;
}

#p-home #content .slide ul,
#p-camp #content .slide ul{
	position: absolute;
	bottom: 24px;
}

#p-home #content .slide li,
#p-camp #content .slide li{
	width: 234px;
	float: left;
	background: url(i/icon-check.png) -3px 0px no-repeat;
	padding-left: 18px;
}

#p-home #content .slide .button,
#p-camp #content .slide .button {
	position: absolute;
	bottom: 24px;
	right: 24px;
}

#p-home #sidebar,
#p-camp #sidebar{
	zoom: 1;
}

#p-home #sidebar,
#p-home #footer,
#p-camp #sidebar,
#p-camp #footer{
	margin: 0 auto;
	width: 912px;
}

#sidebar h2 span {
	
}

#p-home #sidebar .above,
#p-camp #sidebar .above{
	width: 912px;
	overflow: hidden;
	background: url(i/split.png) no-repeat bottom center;
	padding-bottom: 42px;
	margin-bottom: 12px;
}
#p-home #sidebar .above .name{
    float: left;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#p-home #sidebar .above .line{
    width:50%;
    background-image: url(/css/i/bg_dots.png);
    background-position: -23px;
    background-repeat: repeat-x;
    display: inline-block;
}

#p-home #sidebar .above span.rates{
    display:inline-block;
    color: #EA7F26;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 10px;
}

#p-home #sidebar .below,
#p-camp #sidebar .below{
	width: 912px;
	overflow: hidden;
}

#p-home #sidebar .above .col,
#p-camp #sidebar .above .col{
	width: 288px;
	margin-right: 24px;
}

#p-home #sidebar .above .col h2,
#p-camp #sidebar .above .col h2{
	font-size: 18px;
	line-height: 1em;
	padding-bottom: 12px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-home #sidebar .above .col3,
#p-camp #sidebar .above .col3{
	margin: 0;
}

#p-home .videos,
#p-camp .videos{
	width: 600px;
	float: left;
	position: relative;
}

#p-home .videos .list,
#p-camp .videos .list{
	position: absolute;
	right: 24px; top: 0;
	width: 108px;
}

#p-home .videos .list h3,
#p-camp .videos .list h3{
	padding-bottom: 24px;
	line-height: 1em;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-home .videos ul li,
#p-camp .videos ul li{
	line-height: 1em;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 12px;
}

#p-home .videos ul li.active a,
#p-camp .videos ul li.active a{
	color: #666;
}

#p-home .videos .video,
#p-camp .videos .video{
	width: 444px;
}

#p-home .videos h2,
#p-camp .videos h2{
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 24px;
	line-height: 1em;
}

#p-home .videos h2 a,
#p-camp .videos h2 a{
	float: right;
}

#p-home .side,
#p-camp .side{
	width: 287px;
	float: left;
	padding-left: 23px;
	border-left: 1px solid #CCC;
}

#p-home .side h2,
#p-camp .side h2{
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 12px;
	line-height: 1em;
}

#p-home .side .box,
#p-camp .side .box{
	padding-bottom: 12px;
}

#p-home .side .box .expand,
#p-camp .side .box .expand{
	display: none;
}

#p-home .side .box .more,
#p-camp .side .box .more{
	text-align: right;
}

#p-home .side .box p,
#p-camp .side .box p{
	padding-bottom: 12px;
}

#p-home .side .social,
#p-camp .side .social{
	position: relative;
	height: 36px;
	padding: 0;
}

#p-home .side .social h2,
#p-camp .side .social h2{
	float: right;
	padding-right: 84px;
	line-height: 36px;
	padding-bottom: 0;
}

#p-home .side .social a,
#p-camp .side .social a{
	position: absolute;
	right: 0; top: 0;
}

#p-home .side .social a.twitter,
#p-camp .side .social a.twitter{
	right: 36px;
}

#p-vemail #page {
	
}

#p-vemail #content {
	overflow: hidden;
	width: auto;
}

#p-vemail #content .nav {
	position: absolute;
	top: 0; right: 24px;
}

#p-vemail #content .nav li {
	display: inline;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-vemail #content .nav li.active a {
	color: #666;
}

#p-vemail #content .row {
	overflow: hidden;
	padding-bottom: 12px;
}

#p-vemail #content .box {
	width: 600px;
	float: left;
	padding-right: 24px;
}

#p-vemail #content .box h2, #p-vemail #content .box h3 {
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 24px;
}

#p-vemail #content .box h3 {
	padding-bottom: 12px;
}

#p-vemail #content .box p {
	padding-bottom: 12px;
}

#p-vemail #content .small {
	width: 288px;
}

#p-vemail #content .end {
	padding-right: 0;
}

#p-vemail #content .top {
	position: relative;
}

#p-vemail #content .top .large {
	border-right: 1px solid #CCC;
	padding-right: 23px;
	position: relative;
}

#p-vemail #content .contact {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

#p-vemail #content .contact h3 {
	font-size: 12px;
	font-weight: bold;
}

#p-vemail #content .image p {
	padding-top: 12px;
	font-weight: bold;
}

#p-about #page,
#p-features #page{
	background: url(/css/i/icons-about.png) 702px 144px no-repeat;
}

#p-features #page{
 background: url(/css/i/icons-features.png) 702px 144px no-repeat;
}

#p-about #content,
#p-features #content{
	overflow: hidden;
	width: auto;
}

#p-about #content .nav,
#p-features #content .nav{
	position: absolute;
	top: 0; right: 24px;
}

#p-about #content .nav li,
#p-features #content .nav li{
	display: inline;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

#p-about #content .nav li.active a,
#p-features #content .nav li.active a{
	color: #666;
}

#p-about #content .row,
#p-features #content .row{
	overflow: hidden;
	padding-bottom: 12px;
}

#p-about #content .box,
#p-features #content .box{
	width: 600px;
	float: left;
	padding-right: 24px;
}

#p-about #content .box h2,
#p-about #content .box h3,
#p-features #content .box h2,
#p-features #content .box h3{
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 24px;
}

#p-about #content .box h3,
#p-features #content .box h3{
	padding-bottom: 12px;
}

#p-about #content .box p,
#p-features #content .box p{
	padding-bottom: 12px;
}

#p-about #content .small,
#p-features #content .small{
	width: 288px;
}

#p-about #content .end,
#p-features #content .end{
	padding-right: 0;
}

#p-about #content .top,
#p-features #content .top{
	position: relative;
}

#p-about #content .top .large,
#p-features #content .top .large{
	border-right: 1px solid #CCC;
	padding-right: 23px;
	position: relative;
}

#p-about #content .contact,
#p-features #content .contact{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

#p-about #content .contact h3,
#p-features #content .contact h3{
	font-size: 12px;
	font-weight: bold;
}

#p-about #content .image p,
#p-features #content .image p{
	padding-top: 12px;
	font-weight: bold;
}

#p-contact #page {
	background: url(/css/i/icons-contact.png) 702px 144px no-repeat;
}

#p-contact #content .form .item {
	display: inline-block;
	overflow: visible;
}

#p-contact #content .form .item #id-username {
	width: 278px;
}

#p-contact #sidebar {
	background: none;
	padding: 24px 0;
}

#p-contact #sidebar h1 {
	text-align: center;
	letter-spacing: -0.06em;
	margin: 2em 0;
}

#p-terms #content h2,
#p-terms #content p,
#p-terms #content ul {
	padding-bottom: 12px;
}

#codelist {
	position: absolute;
	top: 36px; left: 0;
	width: 262px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	border-radius: 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	z-index: 9989 !important;
}

#content #codelist {
	width: 363px;
}

#codelist li {
	list-style: none;
	border-top: 1px solid #EEE;
	zoom: 1;
}

#codelist li a {
	padding: 6px;
	display: block;
}

#codelist li a:hover,
#codelist li.active a {
	background: #fefdc3;
}

#contact {
	background: url(/css/i/split.png) top center no-repeat;
	padding: 36px 0 36px 0;
	overflow: hidden;		
}

#contact h2 {
	font-size: 18px;
	padding-bottom: 12px;
	float: left;
	width: 234px;
}

#contact h3 {
	font-weight: bold;
	padding-bottom: 12px;
}

#contact .box {
	float: left;
	padding-right: 24px;
	width: 210px;
}

#contact .end {
	padding: 0;
}

/* Forms */

#content p.error {
	font-size: 18px;
	color: #eb3a26;
	padding-bottom: 24px;
}

.form .item {
	overflow: hidden;
	padding-bottom: 12px;
}

.form label {
	width: 234px;
	float: left;
	font-size: 18px;
	line-height: 1em;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	cursor: pointer;
}

.form label span {
	display: block;
	font-size: 12px;
	color: #999;
}

#codelist {
	position: absolute;
	top: 36px; left: 0;
	width: 262px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	border-radius: 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	z-index: 9989 !important;
}

#content #codelist {
	width: 363px;
}

#codelist li {
	list-style: none;
	border-top: 1px solid #EEE;
	zoom: 1;
}

#codelist li a {
	padding: 6px;
	display: block;
}

#codelist li a:hover,
#codelist li.active a {
	background: #fefdc3;
}

#contact {
	background: url(/css/i/split.png) top center no-repeat;
	padding: 36px 0 36px 0;
	overflow: hidden;		
}

#contact h2 {
	font-size: 18px;
	padding-bottom: 12px;
	float: left;
	width: 234px;
}

#contact h3 {
	font-weight: bold;
	padding-bottom: 12px;
}

#contact .box {
	float: left;
	padding-right: 24px;
	width: 210px;
}

#contact .end {
	padding: 0;
}

/* Forms */

#content p.error {
	font-size: 18px;
	color: #eb3a26;
	padding-bottom: 24px;
}

.form .item {
	overflow: hidden;
	padding-bottom: 12px;
}

.form label {
	width: 234px;
	float: left;
	font-size: 18px;
	line-height: 1em;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	cursor: pointer;
}

.form label span {
	display: block;
	font-size: 12px;
	color: #999;
}

.form .field {
	width: 366px;
	float: left;
	position: relative;
}

.form .text input {
	border: 1px solid #CCC;
	font-size: 18px;
	width: 357px;
	height: 36px;
	line-height: 36px;
	color: #666;
	outline: none;
	padding: 0 0 0 6px;
}

.form .text input:focus {
	border-color: #EA7F26;
	z-index: 100;
	position: relative;
}

.form .small .text input {
	width: 210px;
}

.form .textarea textarea {
	border: 1px solid #CCC;
	width: 352px;
	padding: 6px;
	font-size: 12px;
	color: #666;
}

.form .reverse {
	padding-left: 236px;
}

.form .reverse label {
	width: auto;
	float: none;
	font-size: 12px;
	padding-left: 12px;
}

.form .reverse .field {
	width: auto;
}

.form .double {
	position: relative;
	z-index: 999;
}

.form .double .field {
	position: relative;
}

.form .double input {
	float: left;
}

.form .double #id-countrycode,
.form .double #id-countrysignin {
	width: 72px;
	position: relative;
}

.form .double #id-username {
	width: 177px;
	position: relative;
	border-left: none;
}

.form .controls {
	padding-left: 236px;
	padding-top: 12px;
}

.button,
.form .controls input {
	display: block;
	width: 132px;
	height: 36px;
	line-height: 36px;
	letter-spacing: -0.06em;
	background: url(/css/i/nav-bg.png) repeat-x;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	cursor: pointer;
	color: #EA7F26;
	border: none;
}

.button {
	background: url(/css/i/button-bg.png) repeat-x;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
	color: #FFF;
}
