body {
	font: PT sans, Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 755px;
	max-width: 1200px;
	margin: 0 auto;
}

/* language
-----------------------------------------------------------------------------*/
#lang {
	text-align: right;
	padding: .1em 1em .2em 1em;
	background: #fff;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	background: #e6e6e6;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 530px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 500px;
	margin-left: -100%;
	background: #e6e6e6;
	padding: .5em 1em 1em 1em;
}

/* Middle2
-----------------------------------------------------------------------------*/
#middle2 {
	width: 100%;
	height: 1%;
	background: #fff;
}
#middle2:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container2 {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content2 {
	padding: 0 0 0 300px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.s2 {
	float: left;
	width: 300px;
	margin-left: -100%;
	background: #fff;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #e6e6e6;
	padding: 1em;
}

/* Form */
.error {
    background-color: #fbf785;     
    font-size: 80%;
    padding: 0 2px;
    margin-top: 5px;
    float: left;
}
td {
    border-bottom: 1px dashed #aaa;
}
td.top {
    vertical-align: top;
    padding-top: 20px; 
}
#loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -10px;
}
.relative {
    position: relative;
}