/***********************************
*  CONTACT US                      *
************************************/


#contact-form{
float:left;
width:320px;
}


/* This span tag is used as a utility for forms, it should never be displayed */
span.form-element-validation {
	display: none;
}

form {
	margin: 0px;
}


form#contact {
display: block;
padding: 10px;
}

.p{
display:block;
padding:5px;
}

.lb{
display:block;
}


#message{
width:300px;
height:100px;
}



/****************************************
*   Notice                              *
*****************************************/

/* All Notices */

div.notice {
	margin-top: 10px;
	padding: 5px 5px 18px 5px;
	width: 510px;
	background-color: #FDFCED;
	border: 1px solid #E2DCB2;
	
}

div.notice p {	
	display:block;
	padding-left: 0px;
	padding-top: 8px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

div.notice p span {
	padding-left: 15px;
}

/* Error Notice */

div.notice-error {
	background-color: #EAC8C8;
	border: 1px solid #B88786;	
}

div.notice-error p {
	background: transparent url('../images/error_32.png') no-repeat top left;
	padding-left: 32px;
}