* {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f8ff url('../images/rtl/bgmain.png') no-repeat 88% 10%;
	font-size: 1em;
}

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

div#header .inner-header {
	background: url('../images/rtl/header-bg.png') no-repeat top right;
}

div#header h1 {
	margin-right: 35px;
}

div#header h1 span {
	display: inline;
}

div#header h1 img {
	position: absolute;
	top: 38px;
	right: 63px;
	float: none;
}

div#header h1 .logo-link {
	margin-right: 92px;
}

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

div#header p {
	margin-right: 130px;
}

* html div#header p {
	padding-right: 130px;
}

div#header #language {
	float: left;
}

#langs {
	left: 0.25em;
}

div#header #language li {
	float: right;
}

div#header #language #langs .close {
	float: left;
}

/*
	columns structure
*/
#outer-wrapper #col1 {
	width: 21%;
	float: right;
	left: 73%;
}

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

#outer-wrapper #col2 {
	width: 21%;
	left: 20%;
}

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

/*
	Contents
*/
html #content .sidebox .box-title.big-title {
	font-size: 0.9em;
}

* html #content .sidebox .box-title {
	position: relative;
	padding: 0.5em 0;
}

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

#content .sidebox .sidelinks li a.slinks {
	font-size: 0.75em;
	margin-left: 0px;
	margin-right: 35px;
}

#content .sidebox .sidelinks li a img {
	float: right;
}

/*
	Basic Footer
*/
div#footer p {
	text-align: left;
	font-size: 0.6em;
}

/*
	Additional structure & styles
*/
img.warning-sign {
	float: right;
}

ul.reasons {
	margin-right: 2em;
}

ul.buttons {
	float: left;
}

a.button span {
	padding: 0.5em 1em;
}

/*
	Forms
*/
form.dispute-form label {
	float: right;
	width: 6em;
	direction: rtl;
}

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

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

.dispute-form .full {
	overflow: visible;
}

.dispute-form .one {
	float: right;
}

.dispute-form .two {
	float: right;
}

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

.dispute-form li.captcha fieldset {
	margin-right: 188px;
}

/* 
	Certify
*/
#content_certify {
	font-size:16px;
}
#frm_certify {
	margin-left:0;
	margin-right:13%;
}
#frm_certify label {	
	float:right;	
	padding-left:10px;
	padding-right:0;
	text-align:left;
}
#frm_certify #recaptcha_widget_div {
	float:right;
}
#frm_certify #submit {
	margin-left:0;
	margin-right:45%;
}