h1 {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 8px;
}

.hr {
	background: url(/lib/img/hr.jpg) no-repeat;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#topwrapleft {
	width: 409px;
	background-color: #f2f2f2;
	padding: 23px;
}

#details {
	overflow: hidden;
	position: relative;
	background: url(/lib/img/hr.jpg) bottom no-repeat;
}

div#details ul.ta {
	width: 230px;
	float: left;
	display: inline;
}

div#details ul.ef {
	float: left;
	display: inline;
}

div#topwrapleft li.tel {
	background: url(/lib/img/ctel-icon.jpg) no-repeat;
}

div#topwrapleft li.email {
	background: url(/lib/img/cemail-icon.jpg) no-repeat;
}

div#topwrapleft li.addy {
	background: url(/lib/img/cadd-icon.jpg) no-repeat;
}

div#topwrapleft li.fax {
	background: url(/lib/img/cfax-icon.jpg) no-repeat;
}

div#topwrapleft li {
	list-style-type:none;
	padding:0 0 15px 30px;
}

div#topwrapleft h3 {
	color: #aa191a;
	margin: 0 0 3px;
}

div#topwrapleft p {
	margin: 3px 0;
	line-height: 18px;
}

#enform {
	overflow: hidden;
	margin: 15px 0;
}

div#enform li, div#enform ul {
	margin: 0;
	padding: 0;
}

div#enform ul.ne {
	float: left;
    width:200px;
}

ul.enq {
    margin-left:11px;
	float: left;
    width:197px;
}
ul.enq li input.btn {
    margin-left:10px;
}

div#enform input {
	width: 175px;
}

.text {
	height: 73px;
	width: 187px !important;
}

input.btn {
	width: 66px !important;
	float: right;
	display: inline;
	background-color: #aa191a;
	color: #ffffff;
	font-size: 12px;
	width: 108px;
	border: 1px solid #570001;
}


div#enform label {
	display: inline;
	font-weight: bold;
	color: #aa191a;
}

div.field, .textfield {
	padding-right: 3px;
	border-right: 4px solid #aa191a;
	margin: 5px 10px 19px 0;
	display: block;
}

.textfield {
	width: 190px;
	float: left;
}

textarea {
	width: 187px;
	height: 77px;
	margin: 0 3px 0 0;
}

div#googlemap {
	background-color: #e6e6e6;
	padding: 6px;
}

div#googlemap .map {
	width: 394px;
	height: 214px;
	border: 1px solid #646464;
	background-color: red;
	margin-bottom: 6px;
}

div#googlemap input.pc {
	width: 134px;
	border: 1px solid #646464;
	height: 15px;
}

div#googlemap input.gd {
    margin-top:1px;
	background-color: #aa191a;
	color: #ffffff;
	font-size: 12px;
	width: 108px;
	border: 1px solid #570001;
}

/*
errorbox
*/
.errbox {
    background-color: #FFC7C7;
    border: 1px solid #FF7070;
    padding: 10px;
    height:40px !important;
    font-family: Tahoma;
    font-size: 12px;
    color: #790000;
    z-index: 1000;
    position: fixed; left: 0pt; right: 0pt; top: 0px;
    display: none;
}
.errbox .Hide_Link {
    color: blue;
    cursor: pointer;
}
.errbox img {
    float: left;
    padding-right: 5px;
}
div.validate {
    font-weight: bold;
    display:block;
}
/*
okbox
*/
.okbox {
    background-color: #daeff8;
    border: 1px solid #7cc7e4;
    padding: 10px;
    height:40px !important;
    font-family: Tahoma;
    font-size: 12px;
    color: #0F80AB;
    z-index: 1000;
    position: fixed; left: 0pt; right: 0pt; top: 0px;
    display: none;
}
.okbox .Hide_Link {
    color: blue;
    cursor: pointer;
}
.okbox img {
    float: left;
    padding-right: 5px;
}

