﻿img[style*="right"] {
    margin-left: 10px;
}

img[style*="left"] {
    margin-right: 10px;
}

td
{
vertical-align:top;
}

.error, .success {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 6px 0px #FFC1C2;
    -webkit-box-shadow: 0px 0px 6px 0px #FFC1C2;
    box-shadow: 0px 0px 6px 0px #FFC1C2;
    border: 1px #F8ABAD solid;
    background-color: #FFECEC;
    color: #BF0005;
    margin: 20px 0px;
}

.success {
    -moz-box-shadow: 0px 0px 6px 0px #9ED99D;
    -webkit-box-shadow: 0px 0px 6px 0px #9ED99D;
    box-shadow: 0px 0px 6px 0px #9ED99D;
    border: 1px #84C77A solid;
    background-color: #E2F2DB;
    color: #390;
}


.required {
    color: #d02323;
}

.tipQuestion {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	background-image: url(/Themes/default/images/help.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #B5B5B5;
}
.tip {
	position: absolute;
	top: -4px;
	left: 125px;
	width: 150px;
	line-height: 25px;
	padding: 10px 15px;
	z-index: 10;
	line-height: normal;
	background-color: #444444;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.tip .lbArrow {
	background-image: url(/Themes/default/images/lbArrow.png);
	position: absolute;
	line-height: 0px;
	width: 7px;
	height: 16px;
	left: -7px;
	top: 8px;
}
.listItemLink {
	display: block;
}
.listItem {
	display: none;
}

iframe {
	max-width: 100% !important;
}

