﻿/* forms style */

.askinfo
{
	padding: 5px 10px;
	padding-left: 35px;
	width:80px;
	background: #ececec url(_img/icon.askinfo.gif) 10px center no-repeat;
	clear: both;
	font-weight: bold;
	border:solid 3px #ececec;
	min-height:20px;
}

.askinfo:hover
{
	border:solid 3px #ed1c24;
}

.tellafriend
{
	padding: 5px 10px;
	padding-left: 35px;
	width:80px;
	background: #ececec url(_img/icon.tellafriend.gif) 10px center no-repeat;
	clear: both;
	font-weight: bold;
	border:solid 3px #ececec;
	}


.tellafriend:hover
{
	border:solid 3px #ed1c24;
}

.reservecontent
{
	padding: 12px 10px 0px 35px;
	width:80px;
	background: #ececec url(_img/icon.reserve.gif) 10px center no-repeat;
	clear: both;
	font-weight: bold;
	border:solid 3px #ececec;
	min-height:28px;
	vertical-align:middle;
	}
	
.reservecontent:hover
{
	border:solid 3px #ed1c24;
}