﻿body {
}
.dropdownlist
{
   font-size:18;
   font-weight:bold;
   background: transparent;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
}

.textbox
{
	border-right: #000000 1px solid;
	padding-right: 4px;
	border-top: #000000 1px solid;
	padding-left: 4px;
	font-size: 10pt;
	padding-bottom: 1px;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 1px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	height:25px;
	width:175px;
}
.textbox:focus
{
	border: 1px solid #800000;
	background: #FFFFFF;
}

.btn
{
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background-color: #3B5998;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
.btn:hover 
{
	background-color:#fff;
	color:#555;
	cursor:pointer;
}
.btn:active 
{
	position:relative;
	top:1px;
}