/* ----- Reset ----- */

html, body,
div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { font-family: inherit; font-size: 100%; font-style: normal; margin: 0; padding: 0; text-align: left; }
ul, li { list-style-type: none; }
a, a:hover { text-decoration: none; }
hr { display: none; }

/* ----- Body ----- */

body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a { color: #000; }
.clearer { clear: both; }

#c-content {
	width: 700px;
	color: #443d3f;
	font-size: 1.2em;
	padding: 13px 0 0;
}
#c-content a {
	color: #02a0e7;
}
#c-content a:hover{
	text-decoration: underline;
}
#c-content h1 {
	width: 680px;
	height: 75px;
	background: url(img/bgd-h1.gif) no-repeat;
	color: #fff;
	display: block;
	font-size: 2.7em;
	line-height: 1.8em;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 22px 0 0 20px;
}
#c-content h2 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0px 10px;
}
#c-content p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 10px 15px;
}

/* ----- C-Card -----*/

.ccard-login {
    width: 420px;
    height: 171px;
    background: transparent url(img/bgd-ccard-login.jpg) no-repeat;
    margin: 10px 0;
    float: left;
    overflow: hidden;
    padding: 75px 20px 0;
}
.ccard-login p {
	width: 300px;
	color: #443D3F;
	margin: 0 0 15px !important;
}
.ccard-login h2 {
	text-indent: -9999px;
	margin-bottom:30px !important;
}
.c-section  {
	border-bottom: 1px solid #fff;
	margin: 0 0 13px;
	overflow: hidden;
}
.c-section.end {
	border: none;
	margin: 0;
}
.ccard-login .contact-form input.btn-submit {
	margin: 0 0 0 0;
}
.ccard-login .contact-form {
	margin-left: 0px;
}
.ccard-login .contact-form .formElm label {
	color: #443D3F;
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
.ccard-login .contact-form .formElm .textf {
	width: 303px;
	margin: 0 0 13px;
}
input.btn-submit {
	width: 105px;
	height: 24px;
	background: url(img/btn-login.jpg) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 0;
	text-align: left;
}
.ccard-register {
	width: 177px;
	height: 171px;
	background: url(img/bgd-ccard-register.jpg) no-repeat;
	float: right;
	margin: 10px 0 0;
	padding: 75px 20px 0;
}
.ccard-register p {
	margin: 0 0 15px !important;
}
.ccard-register .btn-register {
	width: 124px;
	height: 42px;
	background: url(img/btn-register.jpg) no-repeat;
	cursor: pointer;
	display: block;
	margin: 0 0 0 -3px;
	text-indent: -10000px;
}
.ordered {
	background: #faf09b;
	overflow: hidden;
	padding: 20px 20px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ordered input, .ordered select {
	margin: 0 0 15px;
}
.ordered input, .ordered select {
	margin: 0 0 15px;
}
.ordered select {
	width: 150px;
}
.ordered label {
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
.ordered .formElm label {
	color: #443D3F;
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
.ordered .formElm .textf {
	width: 30px;
	margin: 0 0 13px;
}
.ordered .c-section .left {
	width: 140px;
	float: left;
	margin: 0 40px 0 0;
}

.ordered .c-section .right {
	width: 140px;
	float: left;
}

.register {
	background: #faf09b;
	overflow: hidden;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.register label {
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
.register .c-section .left {
	width: 295px;
	float: left;
	margin: 0 40px 0 0;
}
.register .c-section .right {
	width: 295px;
	float: left;
}
.register .c-section input,
.register .c-section select {
	margin: 0 0 13px;
}
.register .c-section .left input,
.register .c-section .right input {
	width: 295px;
}
.register .c-section .right .postcode {
	width: 120px;
}
.register .c-section .val {
		display: inline;
		color: #CC3333;
}