body
{
	font:17px Calibri;
}
.wrapper
{
	width:400px;
	height:300px;
	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:24px;
	font-weight:bolder;
	color:#9C9C9C;
	line-height:14px;
	margin-right:2px;
}

.sub_container
{
	width:345px;
	margin:5px 15px 15px 15px;
	padding:0 5px 15px 10px;
}
.sub_container >div
{
	width:100%;
	padding:11px 0 10px 0;
	height:18px;
	
}
.col_one,.col_two,.col_three
{
	display:block;
	float:left;
	
}
.row
{
	border-bottom:1px solid #EBEBEB;
}
.first
{
	border-bottom:1px solid #ACACAC;
}
.header
{
	font-size:20px;
}
.right_txt
{
	text-align:right;
}
.col_one
{
	width:200px;
}
.col_two
{
	width:60px;
}
.col_three
{
	width:80px;
}
input[type="button"]
{
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #4D91FD),
	color-stop(0.48, #4888F0)
	);
	background-image: -webkit-linear-gradient(bottom, #4D91FD 0%, #4888F0 48%);
	background-image: -moz-linear-gradient(bottom, #4D91FD 0%, #4888F0 48%);
	background-image: linear-gradient(to bottom, #4D91FD 0%, #4888F0 48%);
	-webkit-box-shadow: #4787ED 0 0 1px 1px;
	-moz-box-shadow: #4787ED 0 0 1px 1px;
	box-shadow: #4787ED 0 0 1px 1px;
    border: 1px solid white;
	font-size:12px;
    color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 70px;
    height: 27px;
	margin-top:3px;
	font-weight:bold;
}