/* Overlay */
#simplemodal-overlay {
	background-color: #000; }
	
	#ccg-modal_content {
		background: url(../img/modal_bg-top.png) no-repeat 0 0;
		display: none; }
	
	/* Container */
	#simplemodal-container {
		width: 640px;
		height: 420px;
		color: #000;
		background: url(../img/modal_bg.png) repeat 0 0;
		border: 4px solid #000; }
	
	#simplemodal-container a {
		}
	
	#simplemodal-container a.modalCloseImg {
		/* background: url(../img/modal/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; */
		/* position:absolute; top:-15px; right:-16px; */
		cursor: pointer;
	}

.modal-column {
	display: inline;
	float: left; 
	width: 290px; }

	#modal-left {
		padding-top: 185px;
		margin: 20px 10px 20px 20px; }
		
	#modal-right {
		width: 290px;
		margin: 20px 20px 20px 10px; 
		padding-top: 115px;}
		
	.modal-column form {
		margin-bottom: 10px; }
		.field-styled {
			width: 252px; height: 25px;
			padding: 7px 3px 0 30px;
			border: none;
			margin-bottom: 10px;
		}
		#field-name {
			background: url(../img/field_bg.png) no-repeat 0 0;
		}
		#field-email {
			background: url(../img/field_bg.png) no-repeat 0 -32px;
		}
		.field-button {
			padding: 10px 5px;
		}

.small {
	font-size: .8em;
}

#simplemodal-container em {
	background: none; }
