

fieldset
{
	border: 0;
	margin: 0;	
	padding: 0 0 15px 0;
	width: 486px;
	border-bottom:2px dotted #cecece;
}

fieldset h2
{
	margin-top: 0;
	padding: 15px 0 0 15px;
	height: 13px;
}

fieldset.Buttons
{
	text-align: right;	
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	font-weight:bold;
	font-size:12px;
	margin-left: 0px;
	margin-top: 2px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	text-align: left;
	margin-top: 0px;
	color:Black;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}

fieldset input
{
	width:480px;
}

.Required, .Error
{
	color: #ff0000;
}
.Error ul, .Required ul
{
	margin:0 0 6px 16px;
	padding:0;
	list-style:square;
}
.Required ul li
{
	padding:2px;
}

/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 2px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 26em;
}

.MediumTextArea
{
	width: 43.5em;
}

.Large
{
	width: 26em;
	height:5em;
}

.Calendar input
{width: 8em;}

.Calendar input.Button
{padding:4px;width:107px;font-size:9px;}

aspidistra-control
{
	margin: 0 !important;
	padding: 0 !important;
}

.Button
{
	text-align: center;
	padding: 4px 0 8px 0;
	text-transform: uppercase;
	font-size: 11px;
	background:#fff url(../images/send-message.gif) no-repeat;
	width:100px;
	float:right;	

}

.SendButton
{
	margin-right:10px;
	margin-top:8px;
}


.WishList
{
	text-align: center;
	padding: 2px;
	text-transform:none;
	font-size: 10px;
	width: 100px;
	background-image: none;
	background-color:#CFEAAD;
	border:1px solid #333 !important;
}

.Delete
{
	font-weight:bold;
	width: 120px;
	background: url(../images/buttons/button2.png) no-repeat top center;
}

input.WishListSend
{
	font-weight:normal;
	color:White;
	background: url(../images/buttons/button3.png) no-repeat 50% 4%;
	margin-left:256px;
}

.Button,
a.Button,
.Button a
{
	color: #95B50D;
}
a.Button,
.Button a
{
	display: block;
}

input.Button
{
	border: none;
}

.Narrow
{
	background: url(../images/buttons/button-small.gif) no-repeat top center;
	width: 62px;
	height:22px;
}
.WishListNarrow
{
	background: url(../images/buttons/wishlist-button.gif) no-repeat top center;
	width: 90px;
	text-transform:none;
	font-size:10px;
}


.Wide
{
	background: url(../images/buttons/button-wide.gif) no-repeat top center;
	width: 192px;
}

td.Buttons
{
	/*white-space: nowrap;*/
}

input.Quantity
{
	width: 3em;
	text-align: center;
}


input.SearchButton
{
	background:url(../images/search-button.png) no-repeat;
	width:33px;
	height:25px;
	border:none;
	color:White;
	font-weight:bold;
	vertical-align:middle;
	margin-left:6px;
}


#SecondaryContent .DepartmentSearch
{
	padding-left: 10px;
}

#SecondaryContent .DepartmentSearch select
{
	width: 190px;
}

.CheckBox input
{
	width:20px;
	padding:0;
	margin:0;
}

.GiftMessage
{
	width: 26em;
	height:1.5em;
}
.UpdatePromo
{
	float:none; 
	padding: 4px 20px 8px;
}