@charset "utf-8";

	/* Standard Visual Forms  */

	label {color:#84c225; cursor:pointer}

	input[type=text], input[type=password], textarea, select {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#f3f5f4 url(../img/inputBg.png) top repeat-x;
	border:1px solid #fff;
	font:11px Arial, Helvetica, sans-serif;
	color:#57574a;
	padding:7px;
	}

	/* ------------------------------- */

	input.bot, input.bot:hover, input.bot:active {
	width:50px; height:30px;
	background:url(../img/botSendBg.png) repeat-x;
	cursor:pointer;
	border:none;
	}
	
	input.bot:hover {background-position:0 -30px}
	input.bot:active {background-position:0 -60px}
	
	address {
	width:648px; height:auto;
	margin:20px 0 0 0;
	color:#858576;
	float:left;
	}
	

