/*----------------------body frame css-------------------*/
body{
	background-color:#dcdcdc;
	margin:0px auto;
	width:976px;
	text-align:center;
}
#page-bg{
	background-image:url(../images/page-bg.gif);
	background-repeat:repeat-y;
	background-position: 6px top;
	width:976px;
}
#container{
	float:left;
	width:920px;
	padding:0px 0px;
	margin:0px auto
}
#footer{
	background-color:#eaeaea;
	border-right:4px solid #fdb813;
	padding:2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#989da2;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
.footer-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F858B;
}
a.footer-text:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F858B;
	text-decoration:none
}
#content{
	width:880px;
	padding:20px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*----------------------body frame end-------------------*/











/*----------------------tag css-------------------*/
a img {
	border:none
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}
h1{
	padding:0px;
	margin:0px;
	margin-bottom:8px;
}
h2{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
ul{
	padding:0px;
	margin:0px;
	margin-left:25px;
	margin-bottom:15px;
	margin-top:8px;
}
li{
	list-style-position: outside;
	list-style-image: url(../images/orange-bullet.gif);
	padding:0px;
	margin:0px;
	margin-bottom:3px;
}

/*----------------------tag css end-------------------*/








/*--------------------- text-css start ----------------------*/
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475560;
	line-height:18px;
	text-align:justify;
}
.text-bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475560;
	line-height:18px;
	font-weight:bold
}
.orange-bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f89b0b;
	line-height:18px;
	font-weight:bold
}
.white-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
}
.white-text-bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	font-weight:bold
}
/*--------------------- text-css end ----------------------*/






.top-dashed-line{
	background-image: url(../images/h-dashed-line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottom-dashed-line{
	background-image: url(../images/h-dashed-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.left-dashed-line{
	background-image: url(../images/v-dashed-line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right-dashed-line{
	background-image: url(../images/v-dashed-line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.v-dashed-line{
	background-image: url(../images/v-dashed-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.h-dashed-line{
	background-image: url(../images/h-dashed-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.black-border{
	border:1px solid #91979D;
}



#add-left{
	float:left;
	width:80px;
	padding:5px;
	font-weight:bold;
	margin-bottom:0px;
	padding-left:10px;
}
#add-right{
	float:left;
	width:250px;
	padding:5px;
	margin-bottom:0px;

}

#form-left{
	float:left;
	width:100px;
	font-weight:bold;
	padding-bottom:8px;
}
#form-right{
	float:left;
	width:180px;
	padding-bottom:8px;
}
.box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475560;
	width:200px;
	border:1px solid #f3d07c;
	padding:2px;
}

