@charset "utf-8";
/* CSS Document */



.button:hover {
	background-color:#FFFFFF;
	outline-color:#D6FFC9;
	outline-style:solid;
	outline-width:1px;
}


.callout-button:hover, .callout-button:visited:hover {
	background:transparent url(../images/buttons/calloutbutton_bg.gif) repeat scroll 0 0;
}


input.callout-button, a.callout-button {
	background:transparent url(../images/buttons/calloutbutton_bg.gif) repeat scroll 0 0;

}


.button {
	background:#FEFEFE url(../images/buttons/element_bg.gif) repeat-x scroll 0 0;
	border-color:#C4CCCC #ACB5B5 #6F7777;
	border-style:solid;
	border-width:1px;
	color:#000000;
	cursor:pointer;
	font-family:inherit;
	font-weight:bold;
	overflow:visible;
	padding:0.2em 1.5ex;
	text-align:center;
}

.button {
vertical-align:middle;
}

a.button:hover{
	color:#000000;
	text-decoration:none;
}


input, select, textarea {
font-family:inherit;
font-size:100%;
line-height:inherit;
}


input, select {
vertical-align:middle;
}


