#box {
	background-color:#FFF;
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	width:960px;
	background-color:#FFFFFF;
}
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#toprow {
	background-image:url(../images/roundedcorners/tb.png);
	background-repeat:repeat-x;
	height:10px;
	margin-left:10px;
	margin-right:10px;
}
#tlc {
	background-image:url(../images/roundedcorners/tlc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	margin-left:-10px;
}
#trc {
	background-image:url(../images/roundedcorners/trc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:right;
	margin-right:-10px;
}
#bottomrow {
	background-image:url(../images/roundedcorners/bb.png);
	background-repeat:repeat-x;
	height:10px;
	margin-left:10px;
	margin-right:10px;
}
#blc {
	background-image:url(../images/roundedcorners/blc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	margin-left:-10px;
}
#brc {
	background-image:url(../images/roundedcorners/brc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:right;
	margin-right:-10px;
}
#lb {
	background-image:url(../images/roundedcorners/lb.png);
	background-repeat:repeat-y;
	width:10px;
	margin-left:0px;
}
#rb {
	background-image:url(../images/roundedcorners/rb.png);
	background-repeat:repeat-y;
	width:10px;
	margin-right:0px;
}
#content {
	background-color:#ffffff;
}
#content img {
	behavior: url(/css/iepngfix.htc);
}

#emaildetail {
background-color:#FFFFFF;
color:#000000;
font-size:14px;
font-weight:bold;
margin:0 auto;
padding:0 0 20px 0;;
width:960px;
}

input.btn {
background-color:#CC0000;
border-color:#666666 #000000 #000000 #666666;
border-style:solid;
border-width:1px;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
height:30px;
text-align:center;
vertical-align:middle;
width:100px;
}
input {
background-color:#CCCCCC;
border:1px solid #666666;
color:#000000;
font-size:16px;
height:18px;
padding:5px;
text-align:left;
vertical-align:middle;
}
#support {
	text-align:left;
color:#CCCCCC;
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
padding-left:0;
padding-right:0;
width:960px;
}