table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

#contactable {
	color:#FFF;
}

#contactForm {
	color:#FFF;
	text-align:left;
}

form#contactForm input, textarea {
	background:#FFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:346px;
	padding:5px;
	border:1px solid #333;
	margin-bottom: 20px;
}

form#contactForm .submit {
	background: #0CF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:100px;
	padding:5px;
	border:1px solid #333;
	outline-color:-moz-use-text-color;
	color:#1E1E1E;
	text-transform:uppercase;
}

form#contactForm p {
	width:400px;
}

#contactForm .red {
	color: #C00;
}

.error { background-color: #F99; }

#name.error { background-color: #F99; } 
#email.error { background-color: #F99; }
#subject.error { background-color: #F99; }
#comment.error { background-color: #F99; }

#callback {
	color: #0CF;
	margin: 0 0 20px;
	display:none;
}

.holder {
	margin:0 auto;
	*margin-left:20px;
	*padding-top:20px;	
}	
