﻿@charset "utf-8";
/* CSS Document */

label, label span {
	display: block;
	padding-bottom: .25em;
}
label {
	float: left;
	width: 100%;
	padding-top: .25em;
	padding-bottom: .25em;
}
label span {
	text-align: left;
	float: left;
	width: 33%;
}
fieldset input { background-color: #FFF; float: right; border: 1px solid #333; width: auto; margin-right: 1em; padding: .2em; 
}
fieldset input:hover {
	background-color: #FFF;
	border: 1px solid #3A2002;
}
fieldset input:active, input:focus {
	background-color: #FFF;
	border: 1px solid #333;
}
fieldset {
	overflow: hidden;
	width: 49%;
	float: left;
	margin-bottom: 1em;
}
form div input{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	/*font-weight: bold;*/
	color: #000;
	text-decoration: none;
	
	/*background-image: url(../../images/navBack.png);*/
	background-position: center center;
	cursor: pointer;
	/*text-transform: uppercase;*/
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;

	margin: 0px;
	
}

.ddl_2 {
    padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
/*
    background-color: transparent;
    	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    */
fieldset#NTLI { overflow: hidden; width: auto; float: right; background-color: transparent; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin: 0px; padding: 0px; 
}
fieldset#NTLI input#textfield { background-color: #FFF; padding: 0.3em; float: right; width: 145px; margin: 0px 0.25em 0px 1em; border: 1px solid #CCC; height: 15px; 
}
fieldset#NTLI input.mainButtons  { float: right; padding: 0em .2em 0em 0.2em; height: 20px; width: auto; margin: 0.2em 0px 0px; font-size: 9px; text-transform: uppercase; border: 1px solid #666; background-image: url(../../images/buttonBG.jpg); background-position: center center; font-weight: bold; color: #333; cursor: pointer; line-height: 9px; 
}
