/* 
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: absolute;
    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: 541px;
	/*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: #FFFFFF url('../images/icons/lightbox-close.gif') no-repeat 88px 9px;
	float:right;
	font-size:1.2em;
	padding:7px 25px 7px 7px;
	position:absolute;
	right:12px;
	top:-27px;
}

#dialog a.close span {
	display: none;
}

.jqmOverlay { background-color: #333; }

/* 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');

}
*/
#frmCode {
	display: block;
	float: left;
	margin-right: 10px;
	width: auto !important;}
	
.captcha {
	margin: 0;}

.formrowEmail {font-size:1.3em;margin: 10px 0; }

.formrowEmail  label {float: left;width: 180px; color: #006eb7;}

.formrowEmail input {
	width: 290px;
	border: 1px solid #a1a1a1;}


#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
}


.actions input {
	background:#006EB7;
	border:medium none;
	color:#FFFFFF;
	font-size:1.4em;
	padding:5px 20px 5px 5px;
}

.actions {
	margin-bottom: 10px;
}
