@charset "utf-8";
/* CSS Document */
#new-textbox{
	background-image:url(../images/text-bg.jpg);
	background-repeat:no-repeat;
	width:190px;
	background-position:left;
	height: 30px;
}

#new-textbox:hover{
	background-image:url(../images/text-bg-over.jpg); 
	background-repeat:no-repeat;
    width:190px; height: 30px;
	 background-position:left;
}
#new-textbox input{ background:none;
	border: 1px solid #FFF;
	width:172px;
	margin-left: 8px;
}
.textarea-big{
	background-image:url(../images/contact-text-area.jpg);
	background-repeat:no-repeat;
	width:259px; 
    height: 139px;
	background-position:left;
	padding-left:8px; padding-top:7px;
	padding-right:7px;
}

.textarea-big:hover{
	background-image:url(../images/contact-text-area.jpg);
	background-repeat:no-repeat;
	width:259px; 
    height: 139px;
	background-position:left;
	padding-left:8px; padding-top:7px;
	padding-right:7px;
}
.textarea-big textarea{ width:245px; height:126px;border: 1px solid #FFF;}
.textbox-big input{
	border: 1px solid #FFF;
	width:247px;
}