@charset "utf-8";
.divider {
	background-image: url(../images/structure/vertical_line.gif);
	background-repeat: repeat-y;
}
body {
	background-color: #CCCCCC;
	text-align: center;
}
.titles {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	text-align: left;
}
.message_alert {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CC0000;
	text-align: left;
}

.text_input {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 285px;
	text-indent: 2px;
}
.text_input_small {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	height: 20px;
	text-indent: 2px;
	width: 192px;
}
.expirydates {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 70px;
}


.fieldnames {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	text-align: right;
	height: 30px;
	vertical-align: middle;
}
p {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
p.alert {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #cc0000;
}
p.right {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.cardtypes {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 192px;
}
.postcode {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	height: 20px;
	text-indent: 2px;
	width: 100px;
}
.text_input_v_small {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	height: 20px;
	text-indent: 2px;
	width: 70px;
}
.messages {
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999999;
}
textarea {
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999999;
	min-width: 300px;
	max-width: 300px;
	width: 300px;
	height: 150px;
}
textarea.message {
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999999;
	min-width: 300px;
	max-width: 300px;
	width: 300px;
	height: 50px;
}
.red {
	font-weight: bold;
	color: #CC0000;
}
.main_bg {
	background-color: #000000;
}
.main_bg_v10 {
	background-color: #FFFFFF;
}
.main_bg_white {
	background-color: #FFFFFF;

}.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
