.block
{
	position: relative;
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #4a4a4a;
	margin: auto;
}

.block form .postcode
{
    width: 50px;
}

.block form .city
{
    width: 250px;
}

.block h1
{
	position: relative;
    font-family: Arial;
    font-size: 12px;
    line-height: 39px;
    height: 39px;
    text-align: center;
    
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #dadada 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#dadada 100%); 
	background: -o-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
	
    margin: 0;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #afb5ba;
}

.block .footer, .block .inner-footer
{
    clear: both;
    /*height: 39px;*/
    
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #dadada 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#dadada 100%); 
	background: -o-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
	
    width: 100%;
    position: relative;
	border-top: 1px solid #AFB5BA;
	display: inline-block;
	box-sizing: border-box;
	border-top: 1px solid #afb5ba;
}

.block .inner-box
{
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
}

.block .inner-box .inner-footer
{
    clear: both;
    border-bottom: none;
    border-top: 1px solid #cccccc;
}

.block .error-message
{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #afb5ba;
    background: url('../images/error-message.png');
}

.block .warning-message
{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #afb5ba;
    background: url('../images/warning-message.png') repeat-x;
}

.block .success-message
{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #afb5ba;
    background: url('../images/success-message.png');
}

.block input
{
    display: block;
    color: #4a4a4a;
    font-family: Arial;
    font-size: 11px;
    padding-left: 3px;
    z-index: -1;
}

.block label
{
    display: block;
    color: #4a4a4a;
    font-family: Arial;
    font-size: 11px;
    z-index: -1;
    margin-left: 6px;
    margin-bottom: 6px;
    margin-top: 12px;
}

.block .inputs
{
    clear: both;
    font-family: Arial;
    font-size: 11px;
    width: 338px;
    border: 1px solid #afb5ba;
    margin: 0 6px;
}

.block .intable-inputs
{
    clear: both;
    font-family: Arial;
    font-size: 11px;
    width: 346px;
    border: 1px solid #afb5ba;
    margin: 0;
}

.big-box p, .big-box span, .big-box div, .big-box small
{
	font-family: Arial;
}

.block .big-box input[type=checkbox], .block .big-box input[type=radio]
{
    clear: both;
    float: left;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 6px;
}

.block input[type=text]
{
    clear: both;
    float: left;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 6px;
}

.block input[type=submit], .block input[type=button]
{
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
}

div.fileinputs {
	position: relative;
}

.inner-box
{
    clear: both;
    display: inline-block;
    /*float: left;*/
	width: 100%;
	text-align: center;
}

.inner-box.hidden
{
    float:left;
    width: 100%;
}

.inner-box ul
{
    padding: 0;
    margin: 0;
}

.inner-box > ul > li
{
    display: block;
    height: 67px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.inner-box ul .thin-li
{
    overflow: auto;
    clear: both;
    height: auto;
    line-height: 37px;
    font-weight: bold;
}

.inner-box ul .hidden-li
{
    height: 0px;
}

.inner-box ul .thin-li .thin-li
{
    border-bottom: none;
}

.inner-box ul .thin-li img
{
    position: relative;
    float: left;
    margin-top: 8px;
    margin-right: 12px;
    margin-left: 12px;
}

.inner-box ul .thin-li label, .inner-box ul .thin-li input
{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
    float: left;
    margin-left: 12px;
}

.inner-box ul .thin-li input[type=submit]
{
    float: right;
    margin: 6px;
    margin-right: 12px;
}

.inner-box ul .thin-li input[type=text], .inner-box ul .thin-li input[type=password], .inner-box ul .thin-li select
{
    float: left;
    width: 100%;
}

.inner-box ul .thin-li input[type=checkbox]
{
    margin-top: 10px;
    margin-right: 10px;
}

.inner-box ul .thin-li input.small-text,
.inner-box ul .thin-li select.small-text
{
    clear: right;
    width: 45%;
	margin-left: 10%;
}

.inner-box ul .thin-li input.small-text:first-child,
.inner-box ul .thin-li select.small-text:first-child
{
	margin-left: 0;
}

.inner-box ul .thin-li input.medium-text
{
    margin-left: 0;
    clear: right;
    width: 123px;
}

.inner-box ul .thick-li
{
    overflow: auto;
    clear: both;
    height: auto;
    line-height: 14px;
}

.inner-box ul .thin-li .left-text, .inner-box ul .thin-li .center-text
{
	position: relative;
	float: left;
    padding-left: 12px;
    margin: 0;
    line-height: 43px;
    font-size: 12px;
}

.inner-box ul .thin-li .left-text
{
	width: 40%;
	box-sizing: border-box;
	font-weight: bold;
}

.inner-box ul .thin-li .left-text > label
{
    margin: 0;
}

.inner-box ul .thin-li .center-text
{
	width: 50%;
	box-sizing: border-box;
	font-weight: normal;
}

.inner-box ul .thin-li .center-text input
{
    margin-top: 12px;   
}

.inner-box ul .thin-li .center-text textarea
{
    margin: 0;
    margin-top: 12px;
    min-width: 200px;
    max-width: 400px;
    width: 200px;
}

.inner-box > .edit-field .thin-li:last-child, .inner-box > .edit-field .thick-li:last-child
{
    border-bottom: none;
}

.inner-box table
{
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.inner-box .center
{
    text-align: center;
}

.inner-box td, .inner-box tr
{
    border: none;
    padding: 0;
    margin: 0;
}

.inner-box td
{
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

.inner-box td:first-child
{
    padding: 0;
}

.inner-box th
{
    height: 24px;
    text-align: center;
    background: #eeeeee;
    font-size: 12px;
}

.inner-thick-head, .inner-thick-head-light, .inner-thick-head-lighter
{
    clear: both;
    width: 100%;
    color: #4a4a4a;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

.inner-thick-head
{
    height: 32px;
}

.inner-thick-head-light
{
    float: left;
    height: 31px;
    background: #f2f2f2;
    color: #4a4a4a;
}

.inner-thick-head-lighter
{
    float: left;
    height: 31px;
    background: #f8f8f8;
    color: #4a4a4a;
    width: 100%;
}

.inner-thick-head img, .inner-thick-head-blue img
{
    float: left;
    position: relative;
    padding-right: 12px;
    padding-top: 6px;
}

.inner-thin-head, .inner-thin-head-left, .inner-thin-head-gray, .inner-thin-head-left-gray, .inner-thin-head-light-gray
{
    clear: both;
    line-height: 28px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
}

.inner-thin-head-right-gray, .inner-thin-head-right
{
    height: 28px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #4a4a4a; 
    float: right;
    width: 363px;
}

.inner-thin-head-gray, .inner-thin-head-left-gray, .inner-thin-head-right-gray, .inner-thin-head-light-gray
{
    overflow: auto;
    height: auto;
    background: #cccccc;
    width: 100%;
    color: #4a4a4a;
}

.inner-thin-head-light-gray
{
    background: #ddd;
}

.inner-thin-head
{
    clear: both;
    width: 100%;
}

.inner-thin-head-left, .inner-thin-head-left-gray
{
    float: left;
    width: 362px;
    line-height: 28px;
    border-right: 1px solid #f8f8f8;
    display: inline;
}

.inner-thin-head p, .inner-thin-head-gray p, .inner-thin-head-right p, .inner-thin-head-left p, .inner-thin-head-left-gray p, .inner-thin-head-right-gray p
{
    margin: 0;
    padding: 0;
}