/* 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: 17%;
    left: 50%;
    
    margin-left: -250px;
    width: 498px;
}

.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');
}


.top {
	background: transparent url(/Templates/Trend2010/Images/top.png) top left no-repeat;
	height: 41px;
	width: 440px;
	padding: 0 29px;
	float:left;
	clear:both;
}

.body {
	background: transparent url(/Templates/Trend2010/Images/body.png) top left repeat-y;
	width: 400px;
	padding: 0 49px 15px;
	overflow: none;
	display: block;
	float:left;
	clear:both;
}


.bottom {
	background: transparent url(/Templates/Trend2010/Images/bottom.png) top left no-repeat;
	height: 41px;
	width: 498px;
	float:left;
	clear:both;
}


.jqmClose {
	cursor: pointer;
	float: right;
	margin-top:22px;
}

.embedMovie 
{
    text-align:center;
/*background:#cdcdcd;*/
margin-bottom:13px;
}

.jqmWindow button{
margin-top:0;
width:400px;
font-size:18px;
padding-bottom:8px;
}

.jqmWindow .code {
width:380px;
margin-bottom:10px;
}

/* Text */

.jqmWindow  h1 {
margin-bottom:6px;
}
.jqmWindow  h2 {
color:#898989;
margin-bottom:0;
}




/* FORM */
.jqmWindow .row{
clear:both;
margin-bottom:10px;
overflow:auto;
}

.jqmWindow textarea, .jqmWindow input {
background:#f2f2f2;
border:1px solid #dcdcdc;
font-size:12px;
color:#484848;
font-family:Arial, Helvetica, sans-serif;
padding-top:6px;
padding-left:7px;
}

.jqmWindow input{
width:187px;
height:22px;
}

.jqmWindow textarea {
width:391px;
height:62px;
}

.jqmWindow .not_valid {
border-color:#FF0033;
background-color:#FFCCCC;
color:#FF0033;
} 














