@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
}
BODY {
	margin-left: 0px; 
	margin-top: 0px;	
	margin-right: 0px;	
	margin-bottom: 0px;
	padding:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	background-color:#eeeeee;
}
a {
	font-size:10px;
	color: #777;
	text-decoration:none;
}
form, img {
	border:0px;
	margin-left: 0px; 
	margin-top: 0px;	
	margin-right: 0px;	
	margin-bottom: 0px;
	padding:0px;
}
p {
	margin: 14px 0;
}
#all {
	position: relative;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	position: relative;
}
#top .curve-left {
	background: url(../images/home-hdr-curve-left.png) no-repeat;
	width: 19px;
	height: 19px;
	float: left;
}
#top .curve-bg {
	background: url(../images/home-hdr-bg.png) repeat-x;
	width: 965px;
	height: 19px;
	float: left;
}
#top .curve-right {
	background: url(../images/home-hdr-curve-right.png) no-repeat;
	width: 19px;
	height: 19px;
	float: right;
}
#all .shadow {
	background: url(../images/bg-shadow.png) repeat-y;
}
#all .close {
	background: url(../images/box-close.png) no-repeat;
	width: 1003px;
	height: 21px;
}
#shadow .main {
	width: 985px; 
	margin: 0px 9px;
}
.clear {
	clear:both;
}
.modalBackground      
{
	background-color: #DCDCDC;
	filter: alpha(opacity=50);
	opacity: 0.50; 
}