#contact-form ul{
	list-style-type: none;
}

.input-box{
	width: 338px;
	height: 38px;
	background: url(../images/contact-input.png) no-repeat;
	color: #AAA;
	padding: 0px 0px 0px 15px;
	margin-top: 8px;
}

.textarea-box{
	width: 352px;
	height: 180px;
	background: url(../images/contact-textarea.png) no-repeat;
	color: #AAA;
	padding: 15px;
	margin-top: 8px;
	overflow-y: hidden;	
}	



/* hax for ff */
.input-box, x:-moz-any-link { 
	padding-top: 10px;
}


.send-li{
	text-align:right;
	margin-right:20px;
	
}
#send{
	margin-left:5px;
	cursor:pointer; 
}

#response{
	color: #F00;
	height:25px;
}

.validation-advice {
	color: #F00;
	font-size: 0.8em;
}

#around-div ul li{
	list-style: none;
	margin-bottom: 5px;
	list-style-image: none;
}