﻿/* form elements */

.req	{color: #831831; font-weight: bold;font-weight: bold; font-size:12px;}
.tbx 
{
	background: #fff url("../images/baseweb/imgInputBkg.jpg") repeat-x bottom; 
	border: solid 1px #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	height: 18px;
	margin-top:3px;
	margin-right:5px;
}

.ddlSelect
{
    height: 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #999999; 
}

.checkbox	{background-color: #3399CC;color: #3399CC;border-color: #3399CC;}

.button		{color: #000000; background-color: #FFCC33; height: 20px; border: solid 1px #999999; margin-left: 10px;}
