
input#lastname,
input#telephone {
	width:				130px;
	height:				16px;
	
	background:			#f3f0ee;
	border-top:			1px solid #6a6967;
	border-left:		1px solid #6a6967;
}

select#country {
	width:				130px;
	height:				16px;
	
	background:			#f3f0ee;
	border-top:			1px solid #6a6967;
	border-left:		1px solid #6a6967;
}

div#infoformcon {
	position:			relative;
	float:				left;
	width:				393px;
	margin-top:			40px;
	padding-top:		15px;
	
	border-top:			1px solid #bfafa3;
}

table#infoformtab {
	width:				350px;
	border:				none;
	border-collapse:	collapse;
}
table#infoformtab td {
	vertical-align:		middle;
	padding:			3px 0 3px 0;
}

.callmenow select {
	width:				165px;
}

span.red {
    font-weight         :   bold;
    color               :   #cc0000;
}

input.checkbox {
	width:				20px;
	border:				none;
	background-color:	#fff;
}

input {
	width:				130px;
	height:				16px;
	
	background:			#f3f0ee;
	border-top:			1px solid #6a6967;
	border-left:		1px solid #6a6967;
}

textarea {
	width:				300px;
	height:				120px;
	font-family:        verdana;
    font-size:          11px;
	background:			#f3f0ee;
	border-top:			1px solid #6a6967;
	border-left:		1px solid #6a6967;
}

table.contactformtable {
    border-collapse:    collapse;
}

table.contactformtable td {
    /* WTF?
    padding-left:       0;
    padding-right:      4px;
    */
}

