 /* ----------------------------------------------------------------- */
/* 
/* MicroBin Global Management System  */                           
/*
/* CONTACT RULES */ 
/* ----------------------------------------------------------------- */

/* ----------------------------------------------------------------- */
/* CONTACT */
/* ----------------------------------------------------------------- */
.message {
    color: #005da3;
}
.important {
    color: #ce0000;
}
input {
    width: 250px;
	margin: 3px;
}
select {
    width: 250px;
	margin: 3px;
}
textarea {
    width: 250px;
	margin: 3px;
}
#button-space {
	height: 40px;
	width: 100%;
}
#button-space .submitbutton {
    margin-top: 10px;
	margin: 0 auto;
	width: 30px;
	height: 17px;
    display: block;
	text-decoration: none; 
	padding: 5px 15px 5px 15px;
	background-color: #005da3;
	color: #fff;
}
#button-space .submitbutton:hover {
    background-color:#fff;
	color:#333;
	border: 1px solid #cacaca;
}
#contact-headline-wrap {
    width: 100%;
	height: 30px;
	background: transparent url(/images/slices/dotted-repeat.gif) repeat-x bottom left;
}
#contact-headline-wrap .headline-image {
    float: right;
	height: 29px;
	width: 100px;
    background: transparent url(/images/slices/contact-us-header.gif) bottom left no-repeat;
}