body
{
    font-size: 15px;
    font-family: "Trebuchet MS","Lucida Grande", Tahoma;
    color: #2c2c2c;
    margin: 0;
    background: transparent url('img/bg.png');
}

.oxwall_bg {
    background: transparent url('img/bg.png');
}

.skl_bg {
    background: #e7e2de;
}
a {
    color: #c73831;
}
a:hover {
    text-decoration: none;
}
img
{
	vertical-align: middle;
}

ul li
{
	margin-bottom: 15px;
}

input[type=text]
{
    font-size: 13px;
    color: #4d4d4d;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    width: 350px;
    background: transparent url('img/inputbg.gif') left top; 
}

input[type=submit]
{
    font-size: 18px;
    color: #fff;
    border: none;
    background: transparent url('img/button.png') no-repeat center center;
    width: 149px;
    height: 70px;
    padding: 0;
}

h1
{
    margin-top: 0;
    color: #4f4f4f;
    font-family: "Trebuchet MS";
    font-size: 25px;
    text-align: center;
    font-weight: lighter;
}

p
{
	line-height: 1.4;
    text-align: center;
}

div.wrapper
{
    background: url('img/bg.png') no-repeat center top; 
    min-height: 550px;
}

div.body_wrapper
{
    margin: 0 auto;
    width: 1229px;
    background: url(img/body_bg.png) repeat-y;
}

div.body_top
{
    background: transparent;
    height: 100px;
    position: relative;
}

.logo_container
{
    background: transparent url('img/skl-logo.png') no-repeat left top;
    top: 0px;
    height: 40px;
    width: 174px;
    position: absolute;
    top: 8px;
    right: 30px;
}

.oxwall_logo {
    background: transparent url('img/skl-logo.png') no-repeat left top;
}


div.body_top h1
{
	color: #4f4f4f;
    font-family: "Trebuchet MS";
    font-size: 25px;
}

div.body
{
    background: transparent;
    min-height: 300px;
}

div.body_bottom
{
    background: transparent;
    height: 69px;
}

div.steps
{
    color: #cccfce;
    text-align: center;
    font-size: 18px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: "Trebuchet MS";
    font-size: 20px;
    background-color: #fff;

}

div.steps span.item
{
    margin: 0 0 0 35px;
    padding-right: 35px;
    background: transparent url('img/arrow.png') no-repeat right 70%;
}

div.steps span.last span.item {
	background-image: none;
}


div.steps span.active
{
    color: #c73831;
    background-image: url('img/arrow-active.png');
    padding-right: 35px;
}

.step_name {
	color: #626262;
    font-family: "Trebuchet MS";
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    top: 18px;
    left: 30px;

}

.page_steps_wrap {
    position: relative;
}
.install_header {
    width: 100%;
    height: 130px;
    position: relative;
    background: #efecea;
    padding-top: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header_top_decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: url(img/header_line.png) no-repeat;
}
.step_indicator {
    width: 100%;
    border-bottom: 1px solid #818484;
    height: 5px;
    background-color: #edf0ef;
}
table.form
{
    border-spacing: 6px;
    width: 100%;
}

table.form td
{
    padding: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table.form td.error {
    background-color: transparent;
    border: 1px solid #c73831;
    width: 350px;
}

td.label
{
    text-align: right;
    width: 32%;
}

td.value
{
    text-align: center;
    width: 350px;
}

td.description
{
    font-size: 13px;
    color: #999;
}

.feedback_msg
{
    text-align: center;
    margin: 0 40px 15px 40px;
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.error
{
	background-color: #ed4339;
	color: #3a3a3a;
}

ul.directories {
    margin: 0 20px 20px 20px;
    font-size: 13px;
}

.directories .directory {
    padding: 2px 0px;
}

textarea.config {
	width: 100%;
}

table.plugin_table
{
	border-spacing: 8px;
}

.plugin_title
{
	color: #000;
}

.plugin_desc
{
	font-size: 13px;
}

.small
{
	font-size: 13px;
}

.red
{
    margin-top: 190px;
	color: #c73831;
    font-family: 'Trebuchet MS'; 
    text-align: center;
}

.high
{
	color: #c73831;
}

.feedback_error
{
	font-size: 13px;
    padding: 5px 10px;
    text-align: center;
}

.content {
    padding-bottom: auto; 
    min-height: 400px;
}

.content .step_name {
    display: none;
}

.license_content {
    width: 384px;
    margin: 0 auto;
}

.license_content input.license_input{
    width: 100%; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.license_number_label {
    float: left;
    margin-left: -156px;
    padding-top: 10px;
}

.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*html .clearfix {
    height: 1%;
}
