.dhtmlwindow{
position: absolute;
border: 0px solid #3c7e91;
visibility: hidden;
background-color: #00000;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-right:10px;
cursor: move;
overflow: hidden;
background-color:tranparent;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height:0px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: -5px;
top: -15px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}

.formtext
{
width:250px;
display: inline-block;
height: 18px;
padding: 4px;
margin-bottom: 3px;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
line-height: 20px;
color: #666666;
border: 1px solid #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.13),0px 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.13),0px 1px 0 rgba(255,255,255,0.5);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.13),0px 1px 0 rgba(255,255,255,0.5);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-ms-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}

.textbox
{
width:160px;
background-color:Transparent;
color:#ffaeae;
border:0px;

font:11pt Calibri; font-style:italic; line-height:18pt; text-align:justify;
}
.textbox:focus
{
 outline: 0;
}


.whitemiddle
{
background: url(/images/whiteboxmiddle.png) repeat-y; width:276px;
}
textarea
{
overflow:auto;
				height:100px;
				width:400px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:20px;
				color:#808080;
				border:1px solid #e6e6e6;
				background:#fff;
				outline:none;padding: 8px; resize:none;
				border: 1px solid #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
				-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.13),0px 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.13),0px 1px 0 rgba(255,255,255,0.5);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.13),0px 1px 0 rgba(255,255,255,0.5);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-ms-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
.button {
	display:inline-block;
	padding:0 24px;
	margin-left:2px;
	margin-bottom:2px;
	font-size:14px;
	line-height:38px;
	color:#000;
	border:1px solid #fff;
	background:url(/images/button-tail.gif) 0 0 repeat-x #d1cece;
	box-shadow:0 0 2px #bbb;
	cursor:pointer;
}
.button:hover {background:#A5D544;color:#fff}
.whitebottom
{
background: url(/images/whiteboxbottom.png)  no-repeat;
}
.drag-contentarea{ /*CSS for Content Display Area div add css for scrollber here */
/*border-top: 2px solid #3c7e91;*/
background:url(/images/videoback.png) no-repeat;
color: black;
padding: 0px;
overflow: auto;
height:1000px;
text-align:center;
scrollbar-face-color: #e5e5e5; 
scrollbar-shadow-color: #e5e5e5; 
scrollbar-highlight-color: #e5e5e5; 
scrollbar-3dlight-color: #e5e5e5; 
scrollbar-darkshadow-color: #e5e5e5; 
scrollbar-track-color: #b7b7b7; 
scrollbar-arrow-color: #e5e5e5;

}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid gray;
/*background-color: #F8F8F8;*/
background-image:url(../IMAGES/bottom.jpg);
height: 30px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: #000000 url(/CSS/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

#interVeil1{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: #000000 url(/CSS/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}



.order
{
list-style-type: none;
padding: 0;
margin: 0;

}

.order ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

.order li
{
background-image: url(/images/bullet1.png);
background-repeat: no-repeat;
background-position:left top;
padding-left: 1.6em;
margin-bottom: 1em;
}