﻿a.buttonSmall
{
	background: transparent url('../Images/FormDecorator/button_small.png') no-repeat scroll top right;
	color: #444;
	display: inline-block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 20px;
	margin-left: 3px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	outline-style: none;
	cursor: pointer;
}

a.buttonSmall span
{
	background: transparent url('../Images/FormDecorator/button_small.png') no-repeat;
	background-position: 0 -20px;
	display: block;
	padding: 3px 0 3px 10px;
}

a.buttonSmall:hover
{
	background-position: 100% -40px;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.buttonSmall:hover span
{
	background-position: 0 -60px;
}

a.buttonSmall.disabled
{
	background-position: 100% -80px;
	color: #b3b3b3;
	cursor: default;
}

a.buttonSmall.disabled span
{
	background-position: 0 -100px;
}


a.buttonNormal
{
	background: transparent url('../Images/FormDecorator/button_large.png') no-repeat scroll top right;
	color: #444;
	display: inline-block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 30px;
	padding-right: 6px; /* sliding doors padding */
	text-decoration: none;
	outline-style: none;
	cursor: pointer;
	width: 70px;
}

a.buttonNormal span
{
	background: transparent url('../Images/FormDecorator/button_large.png') no-repeat;
	background-position: 0 -30px;
	display: block;
	padding: 8px 0 8px 6px;
}

a.buttonNormal:hover
{
	background-position: 100% -60px;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.buttonNormal:hover span
{
	background-position: 0 -90px;
}

a.buttonNormal.disabled
{
	background-position: 100% -120px;
	color: #b3b3b3;
	cursor: default;
}

a.buttonNormal.disabled span
{
	background-position: 0 -150px;
}


/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_eNett.rfdTextbox input[type="text"], .RadForm_eNett.rfdTextbox input[type="password"], .RadForm_eNett.rfdTextarea textarea, .RadForm_eNett.rfdTextarea textarea[disabled]:hover, .RadForm_eNett.rfdTextbox input[disabled][type="text"]:hover, .RadForm_eNett.rfdTextbox input[disabled][type="password"]:hover
{
	border: solid 1px #7d7d7d;
	background-color: #ffffff;
	color: #4d4d4d;
}

.RadForm_eNett.rfdTextbox .rfdDecorated:hover, .RadForm_eNett.rfdTextbox .rfdDecorated:hover, .RadForm_eNett.rfdTextarea textarea:hover
{
	/*border: solid 1px #515151;*/
}
