.jqmWindow {
	display:none;
	z-index: 9000;
	position:fixed;
	top:5%;
	left:50%;
	margin-left:-200px;
    width:400px;
    font-family: Arial, sans-serif;
	font-size: 12px;
	background: #FFF url(bg_input.gif) repeat-x 100% 100%;
	border: solid 5px /*#999*/ #72919c;
	border-left-color: #adcfd9;
	border-top-color: #adcfd9;
	border-bottom-color: #98adb3;
	border-right-color: #98adb3;
	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	}

#jqmSeeVideo {
    top:5%;
    width: 688px;
    margin-left:-380px;
    padding: 20px 20px 10px;;
}
#jqmSeeVideo object { display: block; margin: 0 auto; border: 1px solid #adcfd9; }

#jqmSeeVideo .jqmClose { display: block; background: url(close.gif) no-repeat left bottom; width: 66px; height: 22px; text-indent: -9999px; margin-top: 15px; float: right; }
#jqmSeeVideo .jqmClose:hover { background-position: left top;}

.jqmWindow h1, #modal-windows #content h1{
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: /*#666*/ #2d4042;
	background: #f0f5f7;
	border-bottom: solid 1px /*#999*/ /*#72919c*/ #BDDDE6;
	cursor: default;
	padding: /*0em*/ 5px 0;
	margin: 0em; }
 .jqmContent {
    padding: 1em 1.75em;
	margin: 0em;}
 .jqmContent p{ margin-bottom: 10px; }

.jqmOverlay {
	 background-color:#000;
	}
#modal-windows #content { width: 400px; padding: 0;}
 #modal-windows #content p { padding: 1em 1.75em; }
 .jqmContent form { margin: 10px 0;}
.jqmContent #message-form { width: 100%; }
.jqmContent .ctrlHolder { margin-bottom: 10px; float: left; width: 100%; }
.jqmContent form span { display: block; float: left;  border: 3px solid #ebf4fc; }
.jqmContent form span input { width: 330px !important; margin: 0 auto; padding: 4px 5px; border: 1px solid #c2cacc; background: #fefefe url(bg_input.gif) repeat-x 100% 100%; }
.jqmContent form span textarea { width: 330px; padding: 4px 5px; overflow:auto; border: 1px solid #c2cacc; background: #fefefe url(bg_input.gif) repeat-x 100% 100%; }
.jqmContent input:focus, .jqmContent textarea:focus { background: #fff; }
.jqmContent form label { display: block; margin: 8px 0; }
.jqmContent button { font-size: 14px; padding: 0 5px; margin-right: 5px; }
.jqmContent .buttonHolder { text-align: center; }
.jqmContent a.add { background: url(ico_add.gif) no-repeat right center; padding-right: 20px; color: #255566; }
.jqmContent a.add:hover { color: #333; }


#jqmProfileLink { font-size: 14px; position: absolute; left: 27px; bottom: 15px; }