﻿.main #contentHolder {
	width:996px;
	padding:22px 0 22px 0;
	margin:0;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding:0;
	border:0;
	background-color:#cccccc;
	height:18px;
	padding:2px
	
}
#breadCrumbs {
	padding-left:22px;
	width:954px;
	height:23px;
	margin:0
}
	#breadCrumbs div.breadCrumbsItem01 {
		position:relative;
		float:left
	}
	#breadCrumbs div.breadCrumbsItem02 {
		position:relative;
		float:left;
		left:-24px
	}

#mainBottom {
	width:996px;
	background-color:#737373;
	float:left
}

.roundIt {
     border-style: hidden;
     border-width: 0px;
     color: #000;
     padding-left:7px;
     padding-right:7px;
     font-size:12px;
	 background-image:url(../images/form_rounded_200.png);
	 background-position:left;
	 background-repeat:no-repeat;
     margin-left:3px;
	 height:32px;
	 width:250px;

}
.titleBox {
	background-image:url(../images/bg_titlebox.gif);
	text-transform:uppercase;
	padding:0;
	margin:0;
	text-align:left;
	font-size:22px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif
}

.inputError {
	font-size:11px;
	color:red;
	font-weight:bold
}

.titleErrorBox {
	background-image:url(../images/bg_hpRotatorListTitles.png);
	text-transform:uppercase;
	padding:0;
	margin:0;
	text-align:left;
	font-size:16px;
	color:red;
	font-family:Arial, Helvetica, sans-serif
}

a.lnkForm {
		color:white;
		font-size:14px
	}
a.lnkForm:visited, active {
		text-decoration:none;
		color:white;
	}
a.lnkForm:hover {
		text-decoration:line-through;
		color:white;
	}	

#userFoto {
	width:360px;
	float:left
}
	#userFoto div.userImg {
		background-image:url(../images/bg_detailimg.gif);
		background-position:left;
		background-repeat:no-repeat;
		width:58px;
		height:34px;
		float:left
	}
	#userFoto div.infoText {
		padding:5px 0 5px 0 
	}
/*Specials */
.fltrgt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
