/* W+10px */
/* H+10px */

#basic-modal-content {
	display:none;
	width:760px;
	height:800px;
/*overflow: auto;*/
}

#basic-modal2-content {
	display:none;
	width:600px;
	height:780px;
	overflow: hidden;
	margin:0;
	padding:0;
}

#basic-modal2b-content {
	display:none;
	width:595px;
	height:842px;
	overflow: hidden;
	margin:0;
	padding:0;
}
#basic-modal2c-content {
	display:none;
	width:720px;
	height:960px;
	overflow: hidden;
	margin:0;
	padding:0;
}

#basic-modal3-content {
	display:none;
	width:620px;
	height:720px;
	overflow: hidden;
}

#basic-modal3L-content {
	display:none;
	width:900px;
	height:631px;
	overflow: hidden;
}

#basic-modal4-content {
	display:none;
	width:551px;
	height:800px;
	overflow: auto;
}

#basic-modal10-content {
	display:none;
	width:800px;
	height:558px;
	overflow: hidden;
}


/* Overlay */
#simplemodal-overlay {
	background-color:#ccc;
	cursor:wait;
}

/* Container */
#simplemodal-container {
/*
height:600px;
width:780px;
*/

	color:#bbb;
color:#285050;
font-size: 15px;
line-height: 1.4em;
	background-color:#333;
	background-color:#bdbdbd;
	background-color:#eee;
background-color:#fff;
	border:4px solid #854242;
border:4px solid #356a35;
border:4px solid #d2691e;

	padding:4px;
padding:0px;
}

#simplemodal-container .simplemodal-data {
	padding:4px;
padding:0px;
}
#simplemodal-container code {
	background:#141414;
background:#eee;
	color:#bbb;
color:#333;
	border-left:3px solid #65B43D;
border-left:3px solid #356a35;
	display:block;
	font-size:13px;
font-size: 14px;
margin-top:8px;
	margin-bottom:8px;
	padding:4px 6px 6px;
padding:2px;
margin:0;
}

#simplemodal-container a {
	color:#ddd;
}

#simplemodal-container a.modalCloseImg {
	background:url(/img/basic/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}

#simplemodal-container h3 {
	color:#84b8d9;
color:#285050;
color:#356a35;
	font-size:20px;
margin-bottom: 0.5em;
}
