﻿fieldset 
{
	margin: 4px;
	padding: 6px 8px 6px 8px;
	border: #DDD 1px solid;
}
legend 
{
	font-weight: bold;
	font-size:1.2em;
	color: #005295;
	padding-bottom: 6px;
}

.error
{
	color: Red;
	font-size:10px;
}

.buttonBar
{
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
}

.button
,.freeSizeButton
,.largeButton
,.xSButton
, .buttonMedium
, .buttonLarge
, .buttonVeryLarge
{
	border: 1px solid #bbd9ee;
	color: Black;
	margin:4px 2px 4px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px;
	cursor: pointer;
	background:#e1d6c7 url(images/elementsImages/button-bg.gif);
}
.button
{
	width: 70px;
}

.sButton
{
	border: 1px solid #bbd9ee;
	color: Black;
	margin:1px 2px 1px 2px;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 22px;
	cursor: pointer;
	background:#e1d6c7 url(images/elementsImages/button-bg.gif);
	width: 50px;
}

.xSButton { width: 30px; }

.buttonMedium
{
	width: 90px;
}
.buttonLarge
{
	width: 140px;
}
.buttonVeryLarge
{
	width: 200px;
}

.buttonOrder
{
	border: 1px solid #bbd9ee;
	color: Black;
	margin:1px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 22px;
	cursor: pointer;
	background:#e1d6c7 url(images/elementsImages/button-bg.gif);
	width: 140px;
}