body{
	background: url(../images/background-Contacts.jpg) center fixed no-repeat #fff;
}

/* Basic Stuff */

a{
	text-decoration: none;
	font-weight: bold;
	color: #f90;
}

a:hover{
	border-bottom: 1px dashed #f90;
	color: #000;
}

td, tr, div, table, img{
	margin: 0 auto;
	padding:0;
	vertical-align: top;
}


h1, h2, h3, h4, h5{
	margin: 1.5em auto;
}

h3{
	border-bottom: 1px solid #f90;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	margin: 1em 0 0 0;
}



/* TITLE LEvel */


table tr.KITitle img{
	border:none;
}

table tr.KITitle a:link,
table tr.KITitle a:visited{
	border:none;
	color: #fff;
}

/* Forms & Contacts Invalids! */

.forms{
	font-size: 18px;
}

.forms td.confirm{
	font-size: 30px;
	text-align: center;
}


input.invalid {
	background-color: #f90;
	border: 3px white inset;
}

tr.invalid, span.invalid {
	color: #f90;
	font-weight: bold;
}

textarea.invalid{
	background-color: #f90;
	border: 3px white inset;
}

