/* 	

----------	n-p.com 05 ----------

	-- FORM STYLES --
	

	Material Copyright 2004, National Partitions, Inc.
	All rights reserved
	
*/


/* ---------- FORM ELEMENTS / STYLES ---------- */

label {
	font-size: 60%;
	margin: 3px;
	color: #666;}
	
.txtBox {
	font-size: 11px;
	font-family:"Courier New", Courier, mono;
	width: 300px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #666;}
	
.txtBoxDrop {
	font-size: 11px;
	font-family:"Courier New", Courier, mono;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #666;}
	
.txtBoxShort {
	font-size: 11px;
	font-family:"Courier New", Courier, mono;
	width: 100px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #666;}
	
.txtBoxLarge {
	font-size: 11px;
	font-family:"Courier New", Courier, mono;
	width: 300px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #666;
	height: 150px;}
	
.btn, .btn:focus {
	background-color: white;
	border: 3px double #074482;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-image:url(../../images/_bg_formBtn.jpg);
	background-repeat:repeat-x;}


