﻿input, 
select, 
textarea
{
	font-family:Tahoma;
	padding: 2px;
    border: 1px solid #e0e0e0;
    font-size: 1.2em;
    margin:3px 0px 3px 0px;
}

input.text, 
select, 
textarea
{
    width:165px;
}

select
{
    width:170px;
}

input.button
{
	font-size:smaller;
    font-weight:bold;
    cursor: pointer;
    color:White;
    border:solid 1px #white;
    
}

input.orange
{
    background-color:#ff5606;
}
input.gray
{
    background-color:#40454c;
}