
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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	
}

body {font-size: 87.5%;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/** Contact us page **/
table {width: 500px; background-color: transparent; margin-bottom: 10px;}
table td {padding-bottom: 10px;}

.form-holder {
	float: left;
	width: 660px;
	height: 685px;
	padding-top: 25px;
	padding-left: 20px;
	border: none;
	background-color: #e7b1d1;
	background-repeat: repeat;
}

.form-elements {float: left; width: 350px; margin-right: 20px; margin-bottom: 0px; padding-bottom: 0px; border: none;}
.form-elements label {margin-right: 30px; font-size: 0.9em;}
.form-elements input.textbox {width: 158px; height: 16px;}
.form-elements textfield {width: 350px; height: 25px;}
.form-elements textarea {width: 350px; height: 150px;}
.form-elements ul.form-list {padding: 0; margin: 0;}
.form-elements ul.form-list li {list-style-type: none;}
.form-elements ul.form-list li span {font-size: 0.8em;}

.form-info {float: left; width: 250px; margin-bottom: 0px; padding-bottom: 0px; border: none;}

p {font-size:0.9em; margin-bottom:1em;}
/* end of contact us page */


