/*
*************************************************
Winestore
Modal Window Styles

Author:		andCulture, info@andCulture.com
Updated:	March 27, 2009
*************************************************
*/


#simplemodal-overlay {
	background: url(../images/halftone.gif);
}

#simplemodal-container {

	background-color: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.simplemodal-data {
	padding: 25px;
	width: 400px;
}

.simplemodal-data h2 {
	margin: 0;
	height: 48px;
	background: url(../images/titles/modal_title_matrix.png) no-repeat;
	text-indent: -9999px;
}
body.checkout .simplemodal-data h2 {
	background: url(../images/titles/store_modal_title_matrix.png) no-repeat;
}
.simplemodal-data h3 {
	margin: 0 0 .25em 0;
	font-size: 21px;
	font-weight: normal;
}

/* STATUS DIVS */
.simplemodal-data div.status h2 {
	height: auto;
	background: none;
	text-indent: 0;
}

/* WIDE CSC DIV */
#csc-info.simplemodal-data {
	width: 500px;
}