﻿input.txtFancy
{
	width: 120px;
	height: 16px;
	background: url(/images/backgrounds/bg_textbox.png) left top no-repeat;
	border: none;
	color: #777777;
	font-size: 10px;
	padding: 3px 0 0 5px;
	clear: both;           
}

input.txtFancyLarge
{
	width: 245px;
	height: 16px;
	background: url(/images/backgrounds/bg_textbox_large.png) left top no-repeat;
	border: none;
	color: #777777;
	font-size: 11px;
	padding: 3px 0 0 5px;
	clear: both;           
}

input.btnFancy
{
	width: 60px;
	height: 19px;
	background: url(/images/backgrounds/bg_btn.png) left top no-repeat;
	color: #fff;
	border: none;
	font-size: 10px;
	cursor: pointer;
}

input.btnSave
{
	width: 87px;
	height: 19px;
	background: url(/images/backgrounds/button_common.png) left top no-repeat;
	color: #404040;
	border: none;
	font-size: 10px;
	margin: 3px 0 0 270px;
	float: left;
	cursor: pointer;
}

input.btnSave:hover
{
    background: url(/images/backgrounds/button_common_on.png) left top no-repeat;
}

.topLogin input
{
	float: right;
	margin: 3px 0 0 0;
}

.topLogin input.btnFancy
{
	float: left;
	margin: 3px 0 0 65px;
}

input.commonTxt
{
	border: 1px solid #ccc;
	height: 16px;
	width: 150px;
	font-size: 11px;
	font-family: Arial;
}

input.wideTxt
{
	border: 1px solid #ccc;
	height: 16px;
	width: 250px;
	font-size: 11px;
	font-family: Arial;
}

input.btnCommon
{
	height: 20px;
	width: 54px;
	margin: 0 0 0 10px;
	font-size: 11px;
	font-family: Arial;
	border: none;
	background: url(/images/backgrounds/bg_btncommon.gif) left top no-repeat;
	cursor: pointer;
}

textarea.common
{
    width: 380px;
    height: 150px;
    border: 1px solid #ccc;
}

select.commonSelect
{
	border: 1px solid #ccc;
	height: 18px;
	width: 100px;
	font-size: 11px;
	font-family: Arial;
}

select.smallSelect
{
	border: 1px solid #ccc;
	height: 18px;
	width: 50px;
	font-size: 11px;
	font-family: Arial;
}

fieldset {
    border: none;
    background: #f1f1f1;
    padding: 0;
    float: left;
    width: 100%;
}
fieldset legend {
    padding: 3px;
    font-weight: bold;
    margin: 0 0 10px 0;
    float: left;
}

