﻿
input.textbox 
{
	background-color: #202020;
    border: 1px solid #CDA6E6;
    color: white;
}

textarea 
{
	background-color: #202020;
    border: 1px solid #CDA6E6;
    color: white;
}

select 
{
	background-color: #202020;
    border: 1px solid #CDA6E6;
    color: white;
}

option
{
	background-color: #202020;
    border: 1px solid #CDA6E6;
    color: white;
}


input.searchtextbox 
{
	margin-left: 1px;
	background-image: url(../Images/search.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:17px;
	background-color: #202020;
    border: 1px solid #CDA6E6;
    color: white;
}

.button {  
    background: transparent url('../Images/Buttons/bg_button_right.png') no-repeat scroll top right; 
    display: block;
    width: 90px;
    margin-right: 6px;
    padding-right: 13px; 
    text-decoration: none;
    cursor: pointer;
}

.button span{
    background: transparent url('../Images/Buttons/bg_button_left.png') no-repeat;     
    display: block;
    line-height: 10px; 
    padding: 7px 0 5px 18px;
    text-align: center;
    height: 13px; 
    cursor: pointer;
} 

.button span:hover
{
	text-decoration: underline;
}