
/**********
 * buttons
 **********/

button,
a.button,
span.disabled-button {
	margin:0 0 1em;
	border:none;
	text-decoration:none;
	cursor: pointer;
}

button {
	padding:0 0.5em 0 0;
	height:25px;
	background:transparent;
	line-height:25px;
	float:left;
}

button span,
a.button,
span.disabled-button {
	float:left;
	padding-left:1em;
	background:url(/a_assets/images/forms/buttons.gif) top left no-repeat;
}

span.disabled-button {
	background-position:0 -40px;
}

button span {
	cursor:pointer;
	padding-left:0.5em;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

a.button,
span.disabled-button {
	float:left;
	padding-left:0.5em;
}

button span span,
a.button span,
span.disabled-button span {
	position:relative;
	float:left;
	left:0.5em;
	padding-right:0.8em;
	height:25px;
	background: url(/a_assets/images/forms/buttons.gif) top right no-repeat!important;
	color:#fff;
	line-height:25px;
	clear:both;
	font-family: georgia;
}

button span span {
	padding:0 1em 0 0;
}

span.disabled-button span {
	background-position:100% -50px;
}

button:hover span,
a.button:hover {
	background: url(/a_assets/images/forms/buttons.gif) bottom left no-repeat!important;
}

button:hover span span,
a.button:hover span {
	background: url(/a_assets/images/forms/buttons.gif) bottom right no-repeat!important;
}

button {
	float:right;
}

a.grey_button {
	margin:0 0 1em;
	border:none;
	text-decoration:none;
	cursor: pointer;
}

a.grey_button {
	float:left;
	padding-left:1em;
	background:url(/a_assets/images/forms/buttons_ongrey.gif) top left no-repeat;
}

a.grey_button {
	float:left;
	padding-left:0.5em;
}

a.grey_button span {
	position:relative;
	float:left;
	left:0.5em;
	padding-right:0.8em;
	height:25px;
	background: url(/a_assets/images/forms/buttons_ongrey.gif) top right no-repeat!important;
	color:#fff;
	line-height:25px;
	clear:both;
	font-family: georgia;
}

a.grey_button:hover {
	background: url(/a_assets/images/forms/buttons_ongrey.gif) bottom left no-repeat!important;
}

a.grey_button:hover span {
	background: url(/a_assets/images/forms/buttons_ongrey.gif) bottom right no-repeat!important;
}

/* ========= */
/* = forms = */
/* ========= */

form#contact_form {
	padding-top:10px;
	float:left;
	width:640px;
}

form#contact_form fieldset {
	padding-bottom:10px;
}

form#contact_form > fieldset{
	display:block;
	clear:both;
}

form#contact_form label{
	font-family: georgia;
	color:#556a74;
	display:block;
	padding:0 0 5px 0;
	font-size: 108%;
}

form#contact_form input{
	background: url('../images/forms/input.gif') no-repeat;
	border:none;
	width:100%;
	padding:5px 10px 6px 10px;
}

form#contact_form select{
	width:100%;
	padding:4px;
	background: #f3f4f5 url('../images/forms/input.gif') no-repeat;
	border:none;
}

form#contact_form textarea{
	background:  url('../images/forms/textarea.gif') no-repeat;
	padding:5px 10px 5px 10px;
	width:100%;
	border:none;
	display:block;
	height:110px;
}

.noset {
	display:none!important;
}

.error {
	color:#ff0000;
	font-weight: bold;
	padding:5px 0 10px 0;
}

.error li {
	list-style-type: disc;
	margin-left:15px;
	padding:2px;
}

/* ============== */
/* = Calculator = */
/* ============== */

div#calculator p {
	padding:7px 0 7px 0;
	clear:both;
}
div#calculator fieldset {
	color:#d6dcdf;
	background:url("/a_assets/images/calculator/options.gif");
	margin-right:10px;
	padding:5px 10px 5px 10px;
	height:15px;
	width:74px;
	display:block;
	float:left;
}

div#calculator fieldset input {
	float:right;
}

div#calculator fieldset label {
	float:left;
}

div#calculator form div > input {
	border:none;
	margin-right:6px;
	background:url("/a_assets/images/calculator/inputs.gif") no-repeat;
	padding:5px 10px 5px 10px;
	width:74px;
}

div#calculator .last {
	margin-right:0px;
}

div#calculator form button {
	float:left;
	background:url("/a_assets/images/calculator/button.gif") no-repeat;
	border:none;
	padding:0 5px 5px 5px;
	width:70px;
	height:25px;
	display:inline;
	margin:10px 10px 0 0;
}

div#calculator form button div{
	background:none;
	padding:5px 0 0 3px;
	*padding-top:0!important;
}	
	
div#calc_output {
	float:left;
	background:url("/a_assets/images/calculator/output.gif") no-repeat;
	padding:5px 10px 5px 10px;
	margin-top:10px;
	width:200px;
	height:25px;
}

div#calculator div.calc_title_1,
div#calculator div.calc_title_2,
div#calculator div.calc_title_3
{
    width:70px;
    float:left;
    padding:0 0 0 10px;
    margin:5px 24px 1px 0;
}

div#calculator div.calc_title_3
{
    margin-right:0;
}
