

fieldset
{
	border-top: 1px solid #fff;
	border-bottom:none;
	border-left:none;
	border-right:none;

}

fieldset.QuickOrder
{
	border: none;
	width:550px;
}

.QuickOrderBox
{
	border:1px solid #999999;
	width:554px;
	margin-left:4px;
}


fieldset legend
{
	color:#e33d4e;
	font-weight:bold;
	padding-right:4px;
}
fieldset h2
{
	margin-top: 0;
	padding: 15px 0 0 15px;
	height: 13px;
	color:#000 !important;
}

fieldset.Buttons
{
	text-align: right;	
}


/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	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;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}




/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}

.Required, .Error
{
	color: #ff0000;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 70%;
}

input.Submit
{
	padding:4px;
	margin-top:4px;
	margin-right:10px;
	border:1px solid #333;
	background:#95D327;
	color:#333;
	font-weight:bold;
}

fieldset div label small
{
	margin-right:0
}

.ContactLeft a:hover
{
	color:#315608;
}

/* Then offset the labels into the empty space */
.ContactForm fieldset label
{
	width:0;
	left: 0;
	text-align: right;
	margin-top: 0px;
}

.ContactSubmit
{

	position:relative;
	left:200px;
}

.ContactSubmit input
{
	background:url(../images/hockey/contact-submit.png) no-repeat;
	border:0;
	width:92px;
	height:29px;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.QuickOrder
{
	padding:5px;
	border:1px solid #AEAEAE;
}
.QuickOrder h2
{
	font-size:14px;
}
.QuickOrder h3
{
	font-size:12px;
	margin:0;
	padding:3px 0 0 0;
	float:left;
	width:100px;

}
.QuickOrder div
{
	width:360px;
	margin-left:130px;
	margin-top:20px;
}

.QuickOrder input.Text
{
	width:140px;
}
.QuickOrder input.Button
{
	width:40px;
}
