#pane-t .wide {
	width:626px;
}
div.btn {
	padding:2px 5px;
	height:26px;
}
div.btn center {
	position:relative;
	float:left;
	left:50%;
	display:block;
}
a.btn {
	display:block;
	float:left;
	padding-left:14px;
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-btn-gr-or-full.gif) 0 -26px no-repeat;
}
a.btn:hover {
	text-decoration:none;
	background:url(../images/bg-btn-gr-or-full.gif) 0 -52px no-repeat;
}
center a.btn {
	position:relative;
	left:-50%;
}
a.btn span {
	display:block;
	padding-right:14px;
	height:26px;
	line-height:26px;
	background:url(../images/bg-btn-gr-or-full.gif) top right no-repeat;
	font-weight:bold;
	text-shadow:#000 1px 1px 2px;
}
a.btn:hover span {
	background:url(../images/bg-btn-gr-or-full.gif) bottom right no-repeat;
}
a.btn2 {
	display:block;
	float:left;
	padding:0 14px;
	height:24px;
	line-height:22px;
	color:#fff;
	background:#92CE4B url(../images/bg-btn-gr-or.gif) 0 0;
	border:1px solid #60A909;
	-moz-border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 1px 1px 2px;
}
a.btn2:hover {
	background:#FFA731 url(../images/bg-btn-gr-or.gif) 0 -24px;
	border:1px solid #FF6600;
	-moz-border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 1px 1px 2px;
}


ul.form {
	margin:0;
	padding:0;
	list-style:none;
}
ul.form li {
	padding:2px 0;
}
ul.form input.text, ul.form textarea.text {
	width:190px;
	margin:0;
	padding:1px 2px;
	border:1px solid #A7A6AA;
	background-color:#F8F8F8;
}
ul.form input.empty, ul.form textarea.empty {
	color:#666;
}
ul.form textarea.text {
	height:90px;
}

.col-3 div.form {
	width:198px;
}
form.contact input.send {
	width:85px;
	height:26px;
	background:url(../images/btn-send-now.gif);
}
form.contact input.over {
	background-position:0 -26px;
}


ul.strong {
	color:#FF6600;
}
ul.strong li {
	font-weight:bold;
}

div.contact {
	width:200px;
	margin:0 auto;
}

ul.contact {
	padding:0 12px;
	list-style:none;
}
ul.contact li {
	padding:2px 0;
}

dl.form {
	width:240px;
	margin:12px auto;
}
dl.form dt {
	float:left;
	width:90px;
	height:26px;
	line-height:22px;
}
dl.form dd {
	float:right;
	padding:0;
	width:150px;
	height:26px;
}
dl.form dd {
}
dl.form input.text {
	width:140px;
	margin:0;
	padding:1px 2px;
	border:1px solid #A7A6AA;
	background-color:#F8F8F8;
}
dl.form dd.button {
	text-align:right;
}
dl.form dd.button .button {
	margin:2px 3px;
}





