/*
##############################################################################
FILENAME:		formStyles.css
DESCRIPTION:	Forms Style Sheet
CREATED:		01/06/02
INITIAL AUTHOR:	Manivone Phommahaxay
UPDATED BY:			Jill Cooney
UPDATE DATE:		7/6/05	
Copyright (c) 2003 Molecular, Inc.
343 Arsenal Street, Watertown MA 02472
617-218-6500
http://www.molecular.com/

##############################################################################
*/

/* FORM STYLES */

.textBoxMin	{
	font-size: 11px;	
	width:33px;
}

.textBoxRegular {
	font-size: 11px;	
	width:140px;
}

.textBoxShort {
	font-size: 11px;	
	width:100px;
}

.textBoxLong {
	font-size: 11px;	
	width:206px;
}

.textBoxGiftCard {
	font-size: 11px;	
	width:170px;
}

.textBoxGiftCardPin {
	font-size: 11px;	
	width:75px;
}
.textarea
{
   font-size: 11 px;
   color: #000000;
   background-color: #f1f2f2;
   border-width: 1 px;
   border-color: #f1f2f2;
}
.commentBox {
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;	
	width: 275px;
	height: 65px; 
	overflow: hidden; 
}

.dropDownShort {
	font-color: #666666;
	font-size: 11px;
	width:75px;
}

.dropDownMed {
	font-color: #666666;
	font-size: 10px;
	width:100px;
}

.dropDownLong {
	font-color: #666666;
	font-size: 11px;
	width:206px;
}

.dropDownUPSLong {
	font-color: #666666;
	font-size: 11px;
	width:240px;
}

.dropDownProductShort {
	font-color: #666666;
	font-size: 11px;
	width:185px;
}

.dropDownProduct {
	font-color: #666666;
	font-size: 11px;
	width:220px;
}

.dropDownFragranceNav {
	font-color: #666666;
	font-size: 11px;
	width:160px;
}

.errorFormMsg {
	BORDER-BOTTOM: #cc0000 solid 1px;
	BORDER-LEFT: #cc0000 solid 1px;
   	BORDER-RIGHT: #cc0000 solid 1px;
   	BORDER-TOP: #cc0000 solid 1px;
	background-color: #FFF2F0;
	color: #cc0000;
	font-weight: bold; 
	padding-top: 2px; 
	padding-left: 5px; 
	padding-bottom: 2px;
}

.errorFormRow {
	background-color: #F1F2F2;
	color: #ffffff;
	font-weight: bold; 
}

.errorFormMsgHomepage {
	BORDER-BOTTOM: #cc0000 solid 1px;
	BORDER-LEFT: #cc0000 solid 1px;
   	BORDER-RIGHT: #cc0000 solid 1px;
   	BORDER-TOP: #cc0000 solid 1px;
	background-color: #ffffff;
	color: #cc0000;
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
