.box {
	width: 600px;
}
.box .border
{
	border: 0px solid #000000;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #000000;
	margin: auto;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px #000000;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px #000000;
	width: auto;
}

.box .border .container
{
	background: white url(../../Images/GradientBg1.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#9EBAE3), to(#F8FAFD)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #9EBAE3,  #F8FAFD); /* for firefox 3.6+ */
	background: linear-gradient(to bottom, #9EBAE3 0%, #F8FAFD 100%);
	border-radius: 4px;
	color: #000000;
	font-size: medium;
	margin: auto;
	position: relative;
	width: auto;
	padding: 4px 10px 10px;
}

.box .border .container .header
{
width:99.8%;
font-weight: bold;
margin-bottom: 2px;
text-align: center;
}

.box .container .header input[type="image"]
{
	float: right;
	vertical-align: top;
	position: relative;
	left: 8px;
	bottom:2px;
}

.box .container .body
{
min-height: 98px;
border: solid 1px #000000;
text-align: center;
background-color: #fff;
color: #000;
border-radius: 4px;
box-shadow: 0px 0px 10px -3px #000 inset;
padding: 4px;
text-align: left;
}