#mainBox {
	background-color: #FFFFFF;
	text-align: left;
}
.titleBox {
	font-size: 16px;
	font-weight: bold;
	color: #e5284c;
}
#mainBox .titleBox, .sizeBox, .optionBox {
	margin-bottom: 5px;
}
#mainBox .closeBox{
	background:url('../images/embedPanel/closeWin.gif') no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}
#mainBox .embox {
	border:1px solid #eee;
	cursor:pointer;
}
#mainBox .box1 {
	width:46px;
	height:37px;
	background:url('../images/embedPanel/embedSize01.jpg') no-repeat;
}
#mainBox .box2 {
	width:59px;
	height:47px;
	background:url('../images/embedPanel/embedSize02.jpg') no-repeat;
}
#mainBox .box3 {
	width:67px;
	height:52px;
	background:url('../images/embedPanel/embedSize03.jpg') no-repeat;
}
#mainBox .box4 {
	width:88px;
	height:67px;
	background:url('../images/embedPanel/embedSize04.jpg') no-repeat;
}
#operationBox {
	text-align: center;
}
#closeBox {
	margin-top: -20px;
	float: right;
	margin-right: -5px;
	width: 16px;
}

.sectionBox {	
	padding: 10px;
	margin-bottom: 10px;
}
.boxC1{
	background-color: #dcdcdc;
	border: 1px solid #C1C1C1;
}
.boxC2{
	background-color: #e7d5d5;
	border: 1px solid #A56552;
}
/*----------*/
.sizeCell {
	float: left;
	margin-right: 8px;
}
.sizeCell .top {
	font-size: 11px;
	text-align: center;
}
.selected{
	border: 1px solid #e5284c;	
}
.codeBox input {
	width: 420px;
}
