* {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f8ff url('../images/bgmain.png') no-repeat 12% 10%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	min-width: 640px;
}

a {
	color: #3366cc;
	text-decoration: none;
}

a:active {
	color: #cc6633;
}

a:hover {
	color: #00ccff;
	text-decoration: underline;
}

img {
	border: none;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clear {
	min-height: 1px;
}

* html .clear {
	position: relative;
	height: 1%;
	clear: both;
}

/*
	Basic Header
*/
div#header {
	background: #0044a1 url('../images/header-bg2.png') repeat-x top left;
	border-bottom: 1px solid #999;
}

div#header .inner-header {
	min-height: 95px;
	padding: 1em 1em 0.25em;
	background: url('../images/header-bg.png') no-repeat top left;
}

* html div#header .inner-header {
	height: 95px;
}

div#header h1 {
	margin-left: 50px;
	margin-top: 30px;
	color: #fff;
}

div#header h1 span {
	display: none;
}

div#header h1 img {
	width: 67px;
	height: 57px;
	float: left;
}

* html div#header h1 {
	margin-top: 40px;
}

div#header h1 a {
	color: #fff;
}

div#header h1 a:hover {
	text-decoration: none;
}

div#header h1 em {
	color: #ffc000;
}

div#header p {
	margin-left: 118px;
	margin-top: -3px;
	color: #fff;
	font-family: Palatino Linotype, Book Antiqua, serif;
	font-size: 0.9em;
}

* html div#header p {
	margin: 0;
	padding-left: 108px;
}

div#header #language {
	position: relative;
	float: right;
	display: table;
	font-size: 0.8em;
}

div#header #language .current a {
	color: #fff;
}

div#header #language a.img:hover {
	text-decoration: none;
}

div#header #language img {
	margin: 0 0.35em;
	vertical-align: middle;
}

div#header #language ul {
	list-style: none;
	clear: both;
}

#langs {
	position: absolute;
	top: 3.25em;
	right: 0.25em;
	width: 350px;
	padding: 0.5em;
	background-color: #fff;
	border: 1px solid #999;
	display: none;
}

div#header #language li {
	float: left;
	width: 30%;
	margin: 0.25em;
}

div#header #language #langs .close {
	float: right;
	margin: 0.25em;
	clear: both;
}

/*
	SEO friendly 3-column layout by Matthew James Taylor
	http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm
*/
#outer-wrapper {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

#wrapper,#container {
	float: left;
	width: 100%;
	position: relative;
}

#main-content,#col2,#col1 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
}

#wrapper {
	right: 25%;
}

#container {
	right: 50%;
}

#main-content {
	width: 48%;
	left: 101%;
}

#outer-wrapper #col1 {
	width: 21%;
	left: 29%;
}

* html #outer-wrapper #col1 {
	left: 0%;
	float: right;
}

#outer-wrapper #col2 {
	width: 21%;
	float: right;
	left: 73%;
}

* html #outer-wrapper #col2 {
	left: 93%;
}

/*
	Basic content
*/
div#content {
	width: 90%;
	max-width: 850px;
	margin: 3em auto;
}

div#main {
	padding-top: 3em;
}

#content .box {
	margin-bottom: 3em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #999;
}

#content .sidebox {
	margin-bottom: 1em;
	background-color: #fff;
	border: 1px solid #999;
}

#content .sidebox .box-title {
	padding: 0.5em;
	background-color: #d6dff0;
	border-bottom: 1px solid #999;
	font-size: 1.1em;
	text-align: center;
}

#content .sidebox .box-content {
	padding: 0.5em;
}

#content .sidebox .box-content ul {
	margin-left: 1.2em;
}

#content .sidebox .box-content ol {
	margin: 1em 0 0 1.5em;
	line-height: 1.5em;
}

#content .sidebox .box-content table {
	table-layout: fixed;
	width: 100%;
	margin: 1em 0;
}

#content .sidebox .box-content table td,#content .sidebox .box-content table th {
	empty-cells: show;
	text-align: center;
	padding: 0.5em 0.5em;
	word-wrap: break-word;
}

#content .sidebox .box-content table tbody th {
	text-align: left;
}

#content .sidebox .box-content table thead th {
	border-bottom: 1px solid #999;
}

#content .sidebox .box-content table .trow1 td,#content .sidebox .box-content table .trow1 th {
	background-color: #f2f7ff;
}

#content .sidebox .box-content table .trow2 td,#content .sidebox .box-content table .trow2 th {
	background-color: #f9f9f9;
}

#content .sidebox .sidelinks {
	list-style: none;
	margin: 0 -0.5em !important;
}

#content .sidebox .sidelinks li {
	padding: 0.5em 0.25em;
	border-bottom: 1px dotted #999;
}

#content .sidebox .sidelinks li.last {
	border-bottom: none;
}

#content .sidebox .sidelinks li a.slinks {
	display: block;
	margin-left: 35px;
	font-weight: bold;
}

#content .sidebox .sidelinks li a img {
	display: block;
	float: left;
	width: 30px;
}

/*
	Basic Footer
*/
#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #ddd;
	border-top: 1px solid #999;
}

* html #footer {
	position: static;
	width: 100%;
	border-bottom: 1px solid #999;
}

#footer p {
	margin: 0.25em;
	font-size: 0.8em;
	text-align: right;
}

/*
	Additional structure & styles
*/
#content h2 {
	min-height: 27px;
	margin: 0 0 1em 0;
	background: url('../images/h2-right.png') no-repeat 100% 50%;
	text-align: center;
}

#content h2 div {
	background: url('../images/h2-left.png') no-repeat left 50%;
	padding: 0 25px;
}

#content .box p {
	margin: 1em 0;
	line-height: 1.40em;
}

#content .box.warning {
	text-align: center;
}

.site-address {
	color: #990000;
}

img.warning-sign {
	float: left;
}

ul.reasons {
	list-style-type: circle;
	line-height: 1.5em;
	margin-left: 2em;
}

ul.buttons {
	list-style: none;
	float: right;
	white-space: nowrap;
}

ul.buttons li {
	float: left;
	margin: 1em 1em 0;
}

a.button {
	display: table;
	background: url(../images/button-right.png) no-repeat top right;
	height: 38px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

*+html a.button {
	display: inline-block;
	cursor: hand;
}

* html a.button {
	display: inline-block;
	width: 30px;
	cursor: hand;
}

a.button span {
	display: block;
	background: url(../images/button-left.png) no-repeat top left;
	height: 38px;
	padding: 1em 1em;
}

a.button.screen em {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

a.button.screen em strong {
	color: #c0ff01;
}

#content .center {
	text-align: center;
	display: table;
	margin: 0 auto !important;
}

/*
	Forms
*/
fieldset {
	border: none;
}

.legend {
	margin: 1em 0 0;
	clear: both;
}

.obligatory {
	color: #990000;
}

.dispute-form ul {
	list-style: none;
}

.dispute-form label {
	float: left;
	width: 6em;
}

.dispute-form label:after {
	content: ":";
}

.dispute-form .col {
	margin: 0.75em;
}

.dispute-form .full {
	clear: both;
	overflow: auto;
}

.dispute-form .one {
	float: left;
	width: 40%;
}

.dispute-form .two {
	float: left;
	width: 50%;
}

.dispute-form textarea {
	clear: both;
	display: block;
	width: 99%;
}

.dispute-form input.submit {
	display: block;
	margin: 1em;
}

.dispute-form div.captcha-images {
	float: left;
	margin: 0.65em 2em 0 0;
}

.dispute-form fieldset label {
	display: block;
	float: none;
	width: auto;
}

div.verify-address {
	text-align: center;
}

p.verify-text {
	margin: 0 0 1em 0;
	text-align: center;
}

div.verify-address input#verify-www {
	width: 70%;
}

.verify-address #submit {
	margin-top: 1em;
}

/* 
	Certify
*/
#content_certify {
	font-size:16px;
}
#frm_certify {
	/*background:red;*/
	width:65%;
	max-width:536px;
	margin-left:13%;
	margin-top:35px;
}
#frm_certify label {
	/*background:yellow;*/
	float:left;
	width:190px;
	padding-right:10px;
	text-align:right;
}
#frm_certify input#username {
	width:290px;
}
#frm_certify #recaptcha_widget_div {
	float:left;
}
#frm_certify .frm_spacer {
	margin-bottom:40px;
	width:100%;
	clear:both;
}
#frm_certify #submit {
	margin-left:45%;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
}
/* Styles to delete */