

/*reset error formating */



div.t-error div.t-banner {
	background-color:#fdb6b6;
	color:#000;
	padding: 10px 15px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	padding-left:50px;
	background-image: url('../pics/exclamation_red.png');
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

div.t-error {
	border: 1px solid #fdb6b6;
	background-color:#faecec;
	padding: 5px;
	margin: 0px;
}

div.t-error ul {
	background-color:#faecec;
	color: #222;
}

div.t-error ul {
	list-style-image: none;
	padding:5px 0 0 30px;
}

div.t-error ul li {
	padding-bottom:6px;
}


.t_popupLayout {
	/* -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; */
	/* -moz-box-shadow:0px 0px 10px 5px rgba(119, 119, 119, 0.6); */
	/* -webkit-box-shadow:0px 0px 10px 5px rgba(119, 119, 119, 0.6); */
	/* box-shadow:0px 0px 10px 5px rgba(119, 119, 119, 0.6); */
	border-bottom: 4px solid #aaa;
}

.t_popupLayoutTitle {
	/* -webkit-border-radius: 9px 9px 0 0; -moz-border-radius: 9px 9px 0 0; border-radius: 9px 9px 0 0; */
}

.button, .green {
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
}

#footer {
	position: absolute;
	bottom: 0;
	/* width: 1060px; */
	width: 100%;
}

#bodyHelper {
	position: relative;	
	min-height:99.5%;
	background: #FFF;
	/* background: #005e84; */
}

#contentPadding {
	padding-bottom: 50px;
	width: 1066px;
	margin-right: auto;
	margin-left: auto;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}