/* 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: 10%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    
    background-color: #2e2e2e !important;
    color: #b7b7b7 !important;
    border: 3px solid #b7b7b7 !important;
    padding: 12px;
}

.jqmOverlay { background-color: #000; 
}

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

.jqmWindow {
font-size: 12px;	
}

.jqmWindow h2 {
color: #fff;
margin: 0;
padding: 0 0 10px 0;
}

.jqmWindow table td {
	padding: 5px;
	vertical-align: top;
text-align: left;
}
.jqmWindow table td.label {
font-weight:bold;
text-align: right;
}
.jqmWindow td input.txt,
.jqmWindow td textarea.txt {
width: 270px;
border: 1px solid #b7b7b7;
background-color: #2e2e2e;
color: #b7b7b7;
padding: 2px;
}

.jqmWindow td textarea.txt {
height: 50px;
}

.jqmWindow label.error {
display: block;
clear: both;
font-weight:bold;
color: red;
}
.jqmWindow input.error {
border: 1px solid red;
}
.jqmWindow .sendbutton,
.jqmWindow .jqmClose {
line-height: 20px;
display: block;
float: left;
padding-right: 5px;
}
.jqmWindow .jqmClose {
color: #fff;
}
.jqmWindow .jqmClose:hover {
color: #fff;
text-decoration: underline;
}
.jqmWindow p.center .jqmClose {
float: none;
text-align: center;
margin: 0;
padding: 0;
}
.jqmWindow p.center {
margin: 10px 0 0 0;
padding: 0;
}

#container {
position: relative;
}
#emailprint {
position: absolute;
top: 140px;
right: 20px;
text-align: right;
}

#emailvideo {
font-size:.8em;
line-height:1.8em;
position: absolute;
top: 100px;
right: 20px;
text-align: right;
font-weight:normal;
z-index:999;
}

#emailvideo a{

font-weight:normal;
}

#emailvideo a:hover{
color:#FFFFFF;

}  