﻿/* 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: 9%;
    left: 46%;
    
    margin-left: -300px;
    width: 706px;
    
    background-color: #FFFFFF;
    color: #333;
    border: 3px solid #03a7a3;
}

.jqmOverlay { background-color: #000; }

.innerJQMWindow
{
	border:10px solid #f8af56;
	padding: 0px 24px 0px 24px;
}

.innerJQMWindow .jqmClose
{
	margin-left:543px;
}

.innerJQMWindow .jqmCancel
{
	margin-left:10px;
}

.innerJQMWindow .jqmOk
{
	margin-left:300px;
}

#copy .innerJQMWindow h3
{
	margin-top: 0;
	text-align: center;
}

#copy .innerJQMWindow p
{
	text-align: center;	
}

.scrollJQMWindow
{
    height:450px;
    overflow-y:auto;
    overflow-x:hidden;
}
