div.window_content_class
{
    background:url('bg_body.gif') repeat-x;
    background: url('bg_form.jpg') center center;
}

div.window_body_class
{
    position:absolute;
    left:0px;
    top:20px;
    overflow:auto;
    overflow-x:hidden;    
    zoom:1;
    padding:0;
    color:white;
    font-size: 18px;
}

div.window_body_class .decor {
    padding: 20px 10px 60px 10px;
    position:absolute;
}

div.window_body_class .cms_header {
    display: none;
}

div.window_shadow
{
    position : absolute;
    left : 3px;
    top : 2px;
    /*border : 1px solid #001302;*/
    background-color : #001302;
    opacity:0.7;
    filter : Alpha(Opacity=70);
}

div.window_background {
    background-color : #000;
    opacity : 0.7;
    filter : Alpha(Opacity=70);
}

div.window_content_class div.window-header-left {
    background: url('window-header-left.png') no-repeat left top;
    float:left;
    padding:7px 0 0 59px;
    height:31px;
    color: #FEE1A1;
    text-transform : uppercase;
}

div.window_content_class div.window-header-right {
    background: url('window-header-right.png') no-repeat left top;
    float:left;
    width:58px;
    height:38px; 
}

div.window-header-conainer {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 38px;
    background: url('content_title_red_medium.png') center top no-repeat;
    text-align: center;
    color: #FEE1A1;
    text-transform : uppercase;
    line-height: 28px;
}

* html div.window-header-conainer {
    left: 12px;
}

div.window-header-conainer.short {
    background-image: url('content_title_red_short.png');
}

div.window-close-button {
    background : url('window-close-button.png') no-repeat scroll left bottom;
    width : 31px;
    height : 25px;
    margin : 13px 9px 0 0;
    position:absolute;
    right: -8px;
    top:-5px;
    cursor:pointer;
    z-index: 500;
}

div.window-two-button_container {
    height: 68px;
	left:0;
	right: 0;
	bottom: -33px;
	position: absolute;
	
}
	
div.window-two-button {
    background-image: url('home_button_continue-cancel.png');
    background-repeat: no-repeat;
    width: 361px;
    height: 68px;
    color: #FFEBC0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
	cursor: default;
    z-index: 100;
    margin: 0 auto;
    position: relative;
}


div.window-two-button button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
	font-family: times;
	font-size: 18px;
	margin: 0;
	padding: 0;	
	top: 7px;
	left: 180px;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 125px;
}

div.window-two-button button.first {
	padding-left: 30px;
	left: 30px;
	
	width: 150px;
	
}
