.blue_btn
{
	position:relative;
	float:left;
	width:126px;
	height:30px;
	background:#3752af;
	border-radius:8px;
}

.blue_btn:hover
{
	background:#4277d1;
}

#files
{
	position:relative;
	float:left;
	width:70%;
	height:26px;
	margin-top:5px;
	font-size:18px;
	font-family:Arial;
	color:#3752af;
	margin-left:10px;
	margin-top:8px;
}

.heading_left_slice
{
	position:relative;
	float:left;
	background:url(../images/heading_left_slice.png) no-repeat;
	height:27px;
	width:5px;
}

.heading_right_slice
{
	position:relative;
	float:left;
	background:url(../images/heading_right_slice.png) no-repeat;
	height:27px;
	width:5px;
}

.heading_body
{
	position:relative;
	float:left;
	/* Firefox */
	width: -moz-calc(100% - 4px);
	/* WebKit */
	width: -webkit-calc(100% - 4px);
	/* Opera */
	width: -o-calc(100% - 4px);
	/* Standard */
	width: calc(100% - 4px);
	background:#FFF;
	border-left:solid 1px #b7cad7;
	border-bottom:solid 1px #b7cad7;
	border-right:solid 1px #b7cad7;
	margin-left:1px;
}

.heading_center_slice
{
	position:relative;
	float:left;
	background:url(../images/heading_center_slice.png) repeat-x;
	height:27px;
	/* Firefox */
	width: -moz-calc(100% - 10px);
	/* WebKit */
	width: -webkit-calc(100% - 10px);
	/* Opera */
	width: -o-calc(100% - 10px);
	/* Standard */
	width: calc(100% - 10px);
}

#import_page
{
	position:relative;
	float:left;
	width:100%;
	height:569px;
}

.import_txt
{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	font-size:18px;
	font-family:Arial;
	color:#FFF;	
}

.import_files_wrapper
{
	position:relative;
	float:left;
	width:59%;
	height:526px;
	margin-left:20px;
	margin-top:10px;
}

#info_icon
{
	position:relative;
	float:left;
	background:url(../images/info_icon.png) no-repeat;
	margin-top:4px;
	width:20px;
	height:20px;
}

#options_wrapper
{
	position:relative;
	float:left;
	width:100%;
	height:30px;
}

.orange_btn
{
	position:relative;
	float:left;
	width:126px;
	height:30px;
	background:#f54400;
	border-radius:8px;
	box-shadow:3px 3px 2px #999;
}

.orange_btn:hover
{
	background:#f89068;
}

#paste_attr
{
	width:96%;
	height:450px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.time_attr
{
	position:relative;
	float:left;
	margin-top:15px;
	width:20px;
	height:20px;
	margin-left:20px;
}

