body
{
	font:16px Calibri;
}
.wrapper
{
	width:323px;
	height:564px;
	padding:15px;
	border:1px solid #A6A6A6;
	-webkit-box-shadow:#D8D8D8 1px 1px 1px 1px;
	-moz-box-shadow:#D8D8D8 1px 1px 1px 1px;
	box-shadow:#D8D8D8 1px 1px 1px 1px;
}
.cross
{
	float:right;
	font-size:25px;
	font-weight:bolder;
	color:#ADADAD;
	line-height:14px;
	margin-right:2px;
}
.sub_container
{
	width:270px;
	margin:5px 15px 15px 15px;
	padding:10px 5px 15px 12px;
}
.sub_container>div
{
	width:100%;
}
.header
{
	font-size:19px;
	height:40px;
}
select
{
	border-radius:2px;
	
	height:26px;
	font-size:13px;
}
.active_sel
{
	border:1px solid #6699EE;
	width:61px;
	margin-left:5px;
}
.active_not_sel
{
	border:1px solid #E4E4E4;
	width:70px;
}
.symbol_box
{
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	height:249px;
	overflow-y:scroll;
	margin-top:7px;
}
.symbol_box span
{
	display:block;
	width:20px;
	height:20px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	float:left;
	padding:2px;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
}

.symbol_box::-webkit-scrollbar-thumb
{
	background-color:#CBCBCB;
	width:6px;
	border:1px solid #B7B7B7;
}

.symbol_box::-webkit-scrollbar
{
	width:10px;
	background-color:#ffffff;
	border-right:1px solid #dddddd;
	
} 
.elem_container
{
	height:20px;
	margin-top:5px;
	padding-top:5px;
}
.elem_container_three
{	
	height:30px;
	margin-top:8px;
	border-bottom:1px dotted #DCDCDC;
	padding-bottom:10px;
}
.elem_container_four
{
	height:20px;
	margin-top:8px;
}
.elem_container_five
{
	height:24px;
	margin-top:4px;
}
.elem_container_six
{
	height:24px;
	margin-top:15px;
	padding-top:5px;
}
input[type="text"]
{
	height:21px;
	margin-top:2px;
	border:1px solid #C0C0C0;
}
.txt_one
{
	width:250px;
}
.txt_two
{
	width:102px;
	padding-left:8px;
	margin-left:5px;
}

input[type="button"]
{
	height:28px;
	width:70px;
	margin-right:15px;
	border-radius:2px;
	font-size:12px;
}
.insert
{
	border:1px solid #3079ED;
	color:#FFFFFF;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #4D91FE),
	color-stop(0.13, #4786ED)
	);
	background-image: -webkit-linear-gradient(bottom, #4D91FE 0%, #4786ED 13%);
	background-image: -moz-linear-gradient(bottom, #4D91FE 0%, #4786ED 13%);	
	background-image: linear-gradient(to bottom, #4D91FE 0%, #4786ED 13%);
}

.cancel
{
	border:1px solid #D9D9D9;
	color:#333333;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F5F5F5),
	color-stop(0.5, #F1F1F1)
	);
	background-image: -webkit-linear-gradient(bottom, #F5F5F5 0%, #F1F1F1 50%);
	background-image: -moz-linear-gradient(bottom, #F5F5F5 0%, #F1F1F1 50%);
	background-image: linear-gradient(to bottom, #F5F5F5 0%, #F1F1F1 50%);
}