/*Defaults Styling*/
/*body {font:12px/17px Arial, Helvetica, sans-serif; color:#333; background:#ccc; padding:40px 20px 20px 20px;}*/
fieldset {
	margin-bottom:36px;
	width:660px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
}
input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding:1px;
	border: 1px solid #0072BC;
}
fieldset.action {
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5;
	margin-top:-20px;
	background-color: #333;
}
legend {
	color:#fff;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-top: -12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: -11px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
label {
	font-size:11px;
	font-weight:bold;
	color:#CCC;
}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:200px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:350px; line-height:25px; margin:0 0 10px 0;}
#footer {font-size:11px;}

#container {
	width:600px;
	margin:0 auto;
}
.submitButton {
	background-image: url(../pics/submit-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	line-height: 20px;
	width: 149px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

