#mainContent ul{
	padding:0 0 0 20px;
}

#mainContent li{
	list-style:disc;
	margin:5px 0;
}

#mainContent fieldset{
	margin:20px 0;
	padding:20px;
	border:1px #ccc solid;
	background:#f6f6f6;
}

.btnPink, .btn{ /*class taken from other sites*/
	display:block;
	border:0;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	padding:2px 4px;
	margin:;
	cursor:pointer;
	background:#000;
}

.btnPink:hover, .btn:hover{
	background:#cc0066;
}

#ctl00_LoginStub1_LoginView1_logout, #ctl00_body_nextBtn{
	display:block;
	border:0;
	width:auto !important;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	padding:2px 4px;
	margin:;
	cursor:pointer;
	background:#000;
}

#ctl00_LoginStub1_LoginView1_logout:hover, #ctl00_body_nextBtn:hover{
	background:#cc0066;
}

#mainContent fieldset #ctl00_body_okB{
	display:block;
	border:0;
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	padding:2px 4px;
	margin:;
	cursor:pointer;
	background:#000;
}

#mainContent fieldset label{
	width:130px;
	float:left;
}

#mainContent fieldset legend{
	font-size:20px;
}

#mainContent fieldset #ctl00_body_okB:hover{
	background:#cc0066;
}

#pageTop{
	padding:20px;
	font-size:14px;
}

#pageTop img{
	float:right;
}

#pageTop #left{
	float:left;
	width:628px;
}

#pageTop #right{
	margin:0 0 0 650px;
}

#subNav{
	width:250px;
	color:#fff;
	padding:40px 0 0 0;
	background:#00a6bc url(/css/skin/NewEngage/images/subNav-top.png) no-repeat top left;
}

#subNav h2{
	margin:10px 18px;
	font-size:18px;
	text-transform:uppercase;
}

#subNav ul{
	padding:0 20px 78px 20px;
	background:url(/css/skin/NewEngage/images/subNav-bottom.png) no-repeat bottom left;
}

#subNav ul li{	
	list-style:none;
	padding:8px 5px;
	margin:0;
	background:url(/css/skin/NewEngage/images/subNav-line.png) no-repeat bottom left;
}

#subNav ul li:hover{
	background-color:#009aaf;
}

#subNav a{
	color:#fff;
}
	

.row{
	margin:0 0 20px 0;
	background:url(/css/skin/NewEngage/images/row-bg.png) repeat-x top;
}

.row .inner{
	padding:7px 10px 10px 10px;
}

.row h3{
	margin:0 0 10px 0;
	font-size:16px;
	padding-top:5px;
	border-top:1px #ccc solid;
	text-transform:uppercase;
}

.row .col1{
	width:228px;
	margin-right:5px;
	background:green;
}

.row .col2{
	width:458px;
	background:green;
}

.row .col3{
	width:228px;
	margin-left:5px;
	background:green;
}

.row .col1, .row .col2, .row .col3 {
	min-height:260px;
	float:left;
	background:url(/css/skin/NewEngage/images/col-bg.png) repeat-x top;
}





fieldset label {
	width: 150px;
	float:left;
}

fieldset .col1, fieldset .col2, fieldset .col3{
	background:0 !important;
}

fieldset .col1 {
float:left;
width:150px;
}
fieldset .col2 {
	float: none;
	margin-left:150px;
	display:block;
}
fieldset .col2 label{
	float:none !important;
	margin-left:10px;
}
.fieldsetWide fieldset label {
float:left;
width:300px !important;
padding-right: 5px;
clear:both;
}
.fieldsetWide fieldset textarea {
width:330px;
}
.fieldsetWide fieldset .col1 {
float:left;
width:300px;
}
.fieldsetWide fieldset .col2 {
	margin-left: 305px;
}
.fieldsetWide fieldset .col2 label {
	width:50px !important;
	clear:none;
}

fieldset h2{
	font-weight:bold;
	font-size:1em;
	margin-bottom:10px;
}

fieldset p{
	overflow:hidden;
}
