span.custom-required-txt
{
	display:none;	
}

li.validation-error, #servererrors ul li, #servererrors ul li span
{
    line-height: 18px;
    font-size: 12px;
    font-family: 'Muli', Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
    position:relative;
    left:0px;
    list-style:none;
    list-style-position:outside;
    padding:0 !important;
    margin:0 !important;
}

#jserrors, #servererrors ul li, #servererrors ul li span
{
    color: red;
    width:275px;
    left:0px;
}
#jserrors, #servererrors
{
	list-style: none outside none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}

#jserrors
{
	padding-top:7px;
}

#servererrors ul
{
	margin:0px !important;
	margin-left:0px !important;
	padding:0px !important;
}

.validation-error, .validation-error-custom
{
    color: red;
}
.validation-error-custom
{
	display:none;
}
.fieldError
{
	background-color: rgb(255, 221, 221);
}
input.fieldError
{
	background: url("../images/contactInputRed.gif") no-repeat scroll 0 0 transparent !important;
}
span.pncontainer.fieldError
{
	background-color:transparent;
}
span.pncontainer.fieldError input.pnareacode, span.pncontainer.fieldError input.pnprefix
{
	background: url("../images/contactInput30Red.gif") no-repeat scroll 0 0 transparent !important;
}
span.pncontainer.fieldError input.pnsuffix
{
	background: url("../images/contactInput40Red.gif") no-repeat scroll 0 0 transparent !important;
}

div.popupz
{
	z-index:100;
}

div.popup
{
	display:none;
	position:absolute;
	top: 150px;
	left: 420px;
	width:300px;
	-moz-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 -1px 10px -1px #000000;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 -1px 10px -1px #000000;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 -1px 10px -1px #000000;
	background: none repeat scroll 0 0 #FFFFFF;
	/*border: 1px solid #E5E5E5;*/
	border: 4px solid #D7D7D7;
	padding:20px;
	padding-top:0px;
	cursor:move;
	z-index:100;
	text-align:left;
	overflow:hidden;
}
.popup div.orangeclose
{
	position:absolute;
	right:0px;
	height:70px;
	width:50px;
	background: url("../images/ocorner.png") no-repeat scroll 0 0 transparent;
	font-family:Arial;
	font-size:25px;
	text-align:center;
	color:white;
	padding-top:10px;
	cursor:pointer;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
.popup div.orangeclose span
{
	position:relative;
	left:8px;
	top:-2px;
	font-weight:bold;
}
.popup div.contents
{
	color:#0079C2;
	clear:both;
	font-family: Muli;
	font-size:12px;
	margin-left:0px;
	margin-top:15px;
	line-height:18px;
	width:280px;
}
div.popupcontainer
{
	cursor: move;
}
div.popuptitle
{
	margin-bottom:10px;
	padding-top:3px;
	color:#0079C2;
	font-size:14px;
	font-family: 'Rokkitt',Arial;
	font-weight: bold;
}
