* {
	padding:0;
	margin:0;
}

.clr {
clear:both;
}


body {
	background-color:#fff;
}

a {
	color:#ec4a02;
	text-decoration:none;
}

p {
	margin-bottom:0.5em;
}

.s6l_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #FF0000;
    background-color:#FFF8F8;
}

.s6l_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #0070C0;
    background-color:#ECF0FF;
}


.s6l_error_message {
	color:#FF5F00;
}

.s6l_error_message_item {
	margin-bottom:20px;
    width:390px;
    border:1px solid #C0C0C0;
    padding:5px 5px 15px 5px;
}


.s6l_frontend_error_message {
	color:#FF5F00;
	margin-bottom:2em;
    width:442px;
	border:1px solid #cccccc;
	padding:20px;
}

.s6l_frontend_error_message_item {
	margin-bottom:20px;
}

#s6l_language_selector {
    float:right;
    margin:0.2em;
    font-size:0.8em;
}

#s6l_language_selector a {
}

#s6l_language_selector form {
    display:inline;
}
#s6l_language_selector input,
#s6l_language_selector select {
    font-size:70%;
    padding:0px;
    line-height:70%;
}

#s6l_redirect_stop {
	padding:0.5em;
	border:1px solid #ec4a02;
}

#s6l_bodycontent {
}

#s6l_pagecontent {
    font-family:Helvetica, sans-serif;
    color:#565656;
}

#s6l_header {
	background-image:url(./images/header_background.png);
	background-repeat:repeat-x;
	height:210px;
}

#s6l_logo {
	font-size:1.5em;	
    padding:0 1em 0 1em;
}

#s6l_logo a {
    font-weight:bold;
}


#s6l_content {
float:left;
margin:0px;
padding:25px;
width:40%;

}
#s6l_leftcontent {
float:left;
margin:0;
padding:40px;
width:20%;
}
#s6l_rightcontent {
float:left;
margin:0;
padding:5px;
width:500px;
}




#s6l_url {
    background-image:url(./images/url.png);
    background-repeat:no-repeat;
    width:482px;
    height:77px;
}

#s6l_url input[type="text"] {
    margin:18px 0 0 18px;
    height:34px;
    border:none;
    font-size:20px;
    width:416px;
    padding-top:5px;
}

#s6l_url input[type="submit"] {
    height:30px;
    vertical-align:middle;
    background:none;
    border:none;
    cursor: pointer;
    margin-left:12px;
    width:20px;
    border:none;
}

.s6l_label {
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:0.5em;
}

#s6l_advanced {
    font-size:0.8em;
    margin:0.5em 0 0 425px;
}

#s6l_custom {
    background-image:url(./images/field.png);
    background-repeat:no-repeat;
    width:482px;
    height:77px;
}

#s6l_custom input[type="text"] {
    margin:18px 0 0 18px;
    height:34px;
    border:none;
    font-size:20px;
    width:446px;
    padding-top:5px;
}

#s6l_result {
    background-image:url(./images/field.png);
    background-repeat:no-repeat;
    width:482px;
    height:77px;
}

#s6l_result input[type="text"] {
    margin:18px 1em 0 18px;
    height:34px;
    border:none;
    font-size:20px;
    width:350px;
    padding-top:5px;
}
     
#s6l_statistics {
    font-size:0.8em;
    width:480px;
    padding:0.5em;
    color:#bbb;
}

.s6l_index {
	font-weight:bold;
	padding-right:1em;
}

      
#s6l_footer {
    background-image:url(./images/footer_background.png);
    background-repeat:repeat-x;
    margin-top:10em;
    font-size:0.8em;
    min-height:135px;
    padding:2em 2em 0 2em;
    line-height:1.6em;
}

#s6l_footer ul {
	list-style-image:url(./images/bullet.png)
}

#s6l_footer div.s6l_help_text {
	display:none; 
	border:1px solid #DADADA;
	padding:0.5em;
	width:450px;
    position:absolute;
    left:250px;
    background-color:#fff;
}

#s6l_footer a:hover div.s6l_help_text {
	display:block;
}
