﻿.L150
{
    display: block;
    width: 150px;
    text-align: right;
    padding-right: 20px;
    font-size: 13px;
    color: #097d00;

}
html body form .RadInput .MyEmptyTextBox, 
html body form .RadInput .EnabledTextBox, 
html body form .RadInput .HoveredTextBox, 
html body form .RadInput .FocusedTextBox, 
html body form .RadInput .InvalidTextBox
{
    border-width: 2px;
    border-color: #a9c9a9;
}
html body .RadInput .EmptyTextBox
{
    color: #097d00;
}
html body form .RadInput .EnabledTextBox
{
}
html body form .RadInput .HoveredTextBox
{
    border-color: #6c6;
    background: #efe;
}
html body form .RadInput .FocusedTextBox
{
    border-color: #3a3;
    background: #efe;
    font-weight: bold;
}
html body form .RadInput .InvalidTextBox
{
    border-color: #f33;
    background: none #ff9;
}
.btn150
{
	background-image: url(Images/button150.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: Transparent;
	width: 150px;
	height: 24px;
	border: 0;
	margin:0;
    padding:0;
	cursor: pointer;
}
.btn150:hover
{
	background-image: url(Images/button150.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.btn300
{
	background-image: url(Images/button300.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: Transparent;
	width: 300px;
	height: 24px;
	border: 0;
	margin:0;
    padding:0;
	cursor: pointer;
}
.btn300:hover
{
	background-image: url(Images/button300.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}