/* CSS Document */


#generate {
	width:715px;
	padding:20px;
	text-align:center;
	float:left;
}

#generate select {
	width:130px;
}
.clear{
	clear:both;
}
#generate input {
	width:120px;
	text-align:center;
}
.color1x2down input{
	float:left;
	

}
.color1x2{
	height:80px!important;
} 
.wrapper_colors{
	float:left;
	width:140px;
}
.color1x2down input{
	float:left;
	width:15px!important;
	height:15px!important;
	display:block;
	margin-left:10px;
	display:block; 

}
 #match_widget{
	display:none;
}

.color1x2down span{
	float:left; 
	display:block;
	margin-left:10px;
	display:block;
	width:100px;
	height:20px;
	margin-top:4px;
}
#if_width, #if_height {
	width:172px;
	text-align:center;
}

#generate .info {
	width:100%;
	margin:0 0 20px;
	padding:10px 0;
	color:#555;
	font-size:14px;
	font-weight:bold;
	background:#EEE;
	border:1px solid #999;
	float:left;
}
#generate .info_btn {
	width:100%;
	margin:0 0 20px;
	padding:10px 0;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background:#777777;
	border:1px solid #999;
	float:left;
	cursor:pointer;
}
#generate .info_btn:hover {
	 background:#666666
}

#generate .box {
	width:100%;
	height:20px;
	margin:0;
	padding:5px 0;
	float:left;
	color:#555;
	text-align:center;
}

#generate .descr {
	width:140px;
	float:left;
	text-align:right;
	padding:0;
}

#generate .title {
	width:100%;
	padding:5px 0 10px;
	margin:0 0 10px 0;
	text-align:center;
	font-size:13px;
	color:#C06;
	border-bottom:solid 1px #FFF;
}
#generate .prop ,#generate .pref {
	width:340px;
	padding:5px 0;
	border:1px solid #999;
	background:#EEE;
	font-weight:bold;
	float:left;
}

#generate .pref {
	float:right;
}

#generate .generate {
	width:100px;
	padding:10px;
	margin:20px 0 0 110px;
	font-weight:bold;
	color:#555;
	background:#EEE;
	border:solid 1px #999;
	float:left;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#generate .generate:hover {
	color:#DDD;
	background:#555;
	cursor:pointer;
}

#generate .code {
	width:715px;
	float:left;
	padding:0 0 15px 0;
	margin:20px 0;
	color:#555;
	font-weight:bold;
	background:#EEE;
	border:solid 1px #999;
	display:none;
}

#generate .src {
	width:650px;
	padding:10px;
	margin:0 auto;
	border:solid 2px #FFF;
	background:#BCF;
	color:#000;
	cursor:text;
}

#preview {
	margin:0 0 0 20px;;
}


