html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    overflow-y: scroll;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
    font-size: 1.6em;
    margin: 10px 20px;
    color: #4b849a;
}
h2 {
    font-size: 1.4em;
}
h3, h4 {
    font-size: 1.2em;
    margin: 6px 20px 10px;
}
h4 {
    font-size: 1em;
}
p, pre, blockquote {
    margin: 10px 20px;
}
a {
    color: #000;
    cursor: pointer;
}
hr {
    border: 0;
    border-top: 1px solid #4b849a;
    display: block;
    margin: 0 20px;
    padding: 0;
}

label {
    cursor: pointer;
}

form input,
form textarea,
form select {
	background-color:#fafafa;
    box-shadow: 0 8px 10px -10px #777 inset;
	padding:3px 8px;
	width:300px;
    font: 12px Helvetica, Arial, sans-serif;
	color:#7a7a7a;
	border:1px solid #a4a4a4;
	margin-right:15px;
	margin-bottom:7px;
}
textarea {
    height: 150px;
    width: 400px;
}
form .correct {
    background: url("acp/msgSuccess.png") no-repeat right center;
}
form .wrong {
    background: url("acp/del.png") no-repeat right center;
}
option {
    text-indent: 4px;
}
option[disabled="disabled"] {
    border-top: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    text-indent: 0;
}
input:hover, input:focus,
textarea:hover, textarea:focus {
    background-color: #fff;
}
input[type="text"], select, textarea {
    box-shadow: inset 1px 1px 2px #ddd;
}
input[readonly] {
    background: #f9f9f9;
    cursor: default;
}
input.empty, textarea.empty {
    color: #666a6f;
}
textarea {
    height: 150px;
}
textarea.wide, textarea.big {
    width: 734px;
    margin: 0;
}
textarea.big {
    height: 250px;
}
input.radio, input[type="radio"],
input.checkbox, input[type="checkbox"] {
    width: auto !important;
}
input.submit {
    color: #555;
    padding: 4px;
    width: auto !important;
}
input.submit:hover {
    background: #f9f9f9;
    cursor: pointer;
}
input.submit.big {
    margin: 40px 0;
    width: 200px !important;
}
table th {
    text-align: left;
}
table.tableTwoCells {
    width: 100%;
}
table.tableTwoCells td {
    width: 50%;
}

.container {
    clear: both;
    margin: 20px 0;
}
.container > .left,
.container > .right {
    float: left;
}
.container > div {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* three cols */
.threeCol.container {
    display: table;
    margin: 20px;
    width: 920px;
}

.threeCol .col {
    background: #e6eaef;
    border-left: 20px solid #fff;
    display: table-cell;
    padding-top: 1px;
    padding-bottom: 1px; /* collapsing margins */
    vertical-align: top;
    width: 293px;
}
.threeCol .col:first-child {
    border-left: 0;
}

.threeCol h2,
.threeCol h3,
.threeCol h4 {
    color: #6aaf23;
}
.threeCol img {
    margin: -10px -20px;
}

/**
 * two cols
 **/
.halfDivided > .left,
.halfDivided > .right {
    width: 460px;
}
.halfDivided > .left {
    margin-right: 20px !important;
}
.halfDivided > .right {
    margin-right: 0;
}

.halfDivided img {
    max-width: 420px;
}
.halfDivided input, .halfDivided textarea, .halfDivided select {
    width: 420px;
}

.lftBig > .left {
    margin-right: 20px !important;
    width: 620px;
}
.lftBig > .right {
    width: 320px;
}

.rgtBig > .left {
    margin-right: 20px !important;
    width: 320px;
}
.rgtBig > .right {
    width: 620px;
}

.left.noMargin > * {
    margin-left: 0 !important;
}
.right.noMargin > * {
    margin-right: 0 !important;
}
.col.noMargin > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* full-width */
.fullWidth {
    padding: 1px 0;
    width: 960px;
}

.fullWidth.inlineBlock {
    font-size: 0;
}
.fullWidth.inlineBlock .col {
    display: inline-block;
    font-size: 12px;
}

/* grey box */
.greyBox {
    background: #f3f4f8;
    padding-top: 1px;
    margin: 20px 0;
}
.greyBox .arrowWrapLeft {
    margin-top: 10px;
    margin-bottom: 18px;
}

/**
 * forms
 **/
.contactForm p {
    display: block !important;
    position: static !important;
    speak: normal !important;
    margin-top: 10px;
    clear: both;
}
.contactForm h2 {
    clear: both;
}
.contactForm .arrowWrapLeft {
    float: none;
}
.contactForm .arrowWrapLeft a {
    cursor: default;
}
.contactForm label {
    display: block;
}

.contactForm .checkbox label {
    display: inline-block;
    width: 100px;
}

/**
 * useful styles
 **/
.orange { color: #f6a910; }
.blue { color: #002c59; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear { clear: both; }

/* clearfix */
.clearfix:after,
.threeCol:after,
.halfDivided:after,
.lftBig:after,
.rgtBig:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix, .threeCol, .halfDivided, .lftBig, .rgtBig { display: inline-block; }
/* Hide from IE-mac \*/ 
* html .clearfix,
* html .halfDivided,
* html .lftBig,
* html .rgtBig,
* html.threeCol { height: 1%; }
.clearfix, .threeCol, .halfDivided, .lftBig, .rgtBig { display: block; }
/* End hide from IE-mac */