/* 
CSS FOR funtionalities includes customisable css for jquery modal dialogs.

jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -235px;
    color: #333;
	background: #fff url('../images/icons/email-bg.gif') bottom left no-repeat;
    padding: 12px 12px 12px 14px;
	width: 435px;
	height: 497px;
	border: 3px #000 solid;
}

.notes {
	height: 280px;
	background: #fff url('../images/icons/note-bg.gif') bottom right no-repeat;
}

.shareModal {
	height: 190px;
	background: #fff;
}

.feedbackModal {
	height: 500px;
	background: #fff;
}

.jqmWindow p {
	padding: 0;
}

#dialog a.close {
	background: url('../images/icons/lightbox-close.png') top right no-repeat;
	float: right; 
	top: -10px;
	right: -15px;
	width: 28px;
	height: 29px;
	position: absolute;
}

#dialog a.close span {
	display: none;
}

.jqmOverlay { background-color: #fff; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');

}

.formrowEmail {font-size:1.1em;float: left;margin: 10px 0;}


#email h2 {
	font-size: 30px;
	padding: 0;
	font-weight: normal;
}

#email a {
	color: #808080
}

#email p {
	text-indent: 0;
	margin: 10px 0;
}

#email label {
	width: 205px;
	float: left;
}

#email .formrowEmail input, #email .formrowEmail textarea{
	width: 215px;
	border: 1px #000 solid;
}

#email p.footer {
	width: 215px;
	float: right;
	margin: 10px;
	padding: 0;
	clear: both;
	color: #696969;
	font-size: 1em
}

#email p.footer a {
	color: #444444;
	font-weight: bold;
}

#email .emailButtons {
	float: right;
	clear:both;
	margin-right: 15px
}

#email .emailButtons .ActionSend {
	background: #a71c00;
	color: #fff;
	border: 0;
	font-size: 1.4em;
}

#email .emailButtons .CancelSend {
	background: #000;
	color: #fff;
	border: 0;
	font-size: 1.4em;
}

#email input.captcha {
	width: 70px;
	float: left
}

span.requiredfield {
	color: #f13333
}
