#patternBoxWindow{
	position:fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

#patternBoxContainer{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:relative;
}

#patternBox{
	position:relative;
	background: #303030;
	margin: 25px auto 50px auto;
	width:800px;
	height:530px;
}

#patternPreviewBox{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	width:450px;
	height:450px;
	overflow:scroll;
	background:#ffffff;

}

#pattern_column_left{
float:left;

margin:20px 20px 20px 40px;
}

#pattern_column_right{
float:left;
width:200px;
height:460px;
margin:20px 40px 20px 20px;
position:relative;
}