@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------

 validation.css
 
 font-size defined in fonts.css - YUI fonts.css
 93% - 12px
 
 ----------------------------------------------------------------*/

div.validationTip { margin:1px 0 0; padding:1px 0 0 5px; font-size:93%; background:url(../images/contact/validation/tipLeft.gif) no-repeat left; }
div.tipInner { padding:.5em 1em .3em .8em; color:#ffffff; font-weight:normal;background: #ff6600; border:none; -moz-border-radius:2px; }
	
/* for ie6 bug */
div#dlgmat { width:101.55%; height: 100%; top:0; left: 0; background: #ffffff; position: fixed; z-index: 550; }

/* ie6 */
* html div#dlgmat { height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px'); position:absolute; }
	
div#dlg { top:50%; left:50%; padding:0 0 0 5px; font-size:93%; background:url(../images/contact/validation/dialogLeft.gif) no-repeat left top; position:fixed; z-index:1000; }

/* ie6 */
* html div#dlg { margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (dlgMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); position: absolute; }

	div#dlg span#close { width:21px; height:19px; left:0; bottom:1px; background:url(../images/contact/validation/dialogClose.gif) no-repeat left top; display:block; position:absolute; cursor:pointer; }
	div#dlg span#close.hover { background:url(../images/contact/validation/dialogClose.gif) no-repeat left -19px; }
	div#dlg div#dlgtop { height:5px; background:url(../images/contact/validation/dialogTop.gif) no-repeat right top; overflow:hidden; }
	div#dlg div#dlgcont { padding:1.5em 0; background: #282828 url(../images/contact/validation/dialogRight.gif) no-repeat right top; }
		div#dlg div#dlgcont div { padding:0 3.5em; color: #ffffff; font-weight: normal; }
			div#dlg div#dlgcont div span { line-height: 1.7; }
				div#dlg div#dlgcont div span strong { padding:0 .1em; color:#F60; border-bottom:dotted #F60 1px; }
	div#dlg div#dlgbtm { height:5px; background:url(../images/contact/validation/dialogBottom.gif) no-repeat right top; overflow:hidden; }