@charset "utf-8";
/* CSS Document */
p#panelComplete {
	display:none;
}

input#sendMessage {
	border:none;
	background:none;
	width:210px;
	height:34px;
	padding-bottom:4px;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	color:#ffffff;
	background-repeat:no-repeat;	
	background-image:url("../images/button-add-to-basket.jpg");
}

input[type='text'] {
	border:1px #cccccc solid;
	font-size:12px;
	font-family:arial;
	color:#333333;
	width:200px;
	height:20px;
	line-height:20px;
}

textarea {
	border:1px #cccccc solid;
	font-size:12px;
	font-family:arial;
	color:#333333;
	width:350px;
	height:220px;
}

span#captchaText {
	font-family:arial;
	font-size:10px;
	display:inline-block;
	width:100%;
}
