
.contact-input-container .country-select {
	width:180px;
	border:1px #737373 solid;
	float: right;
	padding:0 0px 0 4px;
	margin:7px 128px 1px 0;
}

.contact-input-container .postcode-input {
	float:right;
	width:68px;
	height:18px;
	border:1px #737373 solid;
	font-family:Tahoma, Verdana;
	font-size:1.2em;
	color:#000000;
	font-weight:normal;
	padding : 0 0 0 2px;
	margin : 4px 234px 0 0;
}

.postcode-input-nextlabel {
	float: none;
	position: relative;
	left: 152px;
}

.FieldError
{
    color:Red;
}

.error 
{
    margin: 0 0 0 11px;
    color:red;
    font-size: 1.1em;
}

.error-list {
	color:red;
	margin-bottom:5px;
	list-style-type:circle;
	margin-left:25px;
}

.main-column-home h3 
{
    color:#666666;
    font-size: 1.6em;
    margin:11px 0 11px 7px;
}

