@charset "utf-8";
#main #desc {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 5px;
	height: 456px;
	background-image: url(../images/contact/contact.gif);
	background-repeat: no-repeat;
}
.topnav ul .topnavLi3 {
	padding-right: 0px;
	font-weight: bold;
	color: #CF0;
	font-size: 14px;
}
#desc #contact {
	width: 380px;
	margin-left: 50px;
	margin-top: 150px;
	font-weight: bold;
	color: #CF3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#contact a {
	color: #CF3;
	text-decoration: underline;
}

.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}
.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent;
}
.dijitDialogUnderlay {
	background: #000;
	opacity: 0.7;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=70);
}
.dijitInline {
	display:-moz-inline-box;		
	display:inline-block;			
	#zoom: 1; 
	#display:inline; 
	border:0;
	padding:0;
	vertical-align:middle;
}

.dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border:11px solid #fff;
	background:#fff url('../images/dress/loading.gif') no-repeat center center;
        
	-webkit-box-shadow: 0px 6px 10px #636363; 
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
}
.dojoxLightboxContainer {
	position:absolute;
	top:0; left:0; 
}
.dojoxLightboxFooter {
	height:50px; 
	position:relative;
	bottom:0;
	left:0;
	margin-top:8px;
	color:#333;
	z-index:1000;
	font-size:10pt;
}
.dojoxLightboxGroupText {
	color:#666;
	font-size:8pt;
	padding-left: 3px;
}
.dojoxLightboxText {
	font-size: 12px;
	line-height: 16px;
}
.LightboxNext,
.LightboxPrev,
.LightboxClose {
	float:right;
	width:16px;
	height:16px;
	cursor:pointer;
}
.LightboxClose {
	background-image: url(../images/dress/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxClose {
	background-image: url(../images/dress/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.LightboxNext {
	background-image: url(../images/dress/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxNext {
	background-image: url(../images/dress/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.LightboxPrev {
	background-image: url(../images/dress/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dj_ie6 .LightboxPrev {
	background-image: url(../images/dress/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.dojoxLightboxText {
	width:auto;
}

