/*
------------------------------------------------------------------------
Theme Name:[Monaco]
Author:[Ricky]
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
/* ol, ul, li{list-style:none} */
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/












body.body_lg{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bg_login.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}

#container_lg{
	width: 960px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#logo_lg{
	text-align: center;
	height: 84px;
	position: absolute;
	right: 20px;
	top: 0;
}

#tagline_lg{
	text-align: center;
	height: 47px;
}

#box_lg{
	background: url(../images/bg_login_box.png) no-repeat top left;
	width: 323px;
	height: 179px; 
	text-align: left;
	margin: 0px auto;
	margin-top: 40px;
	padding: 40px 25px 0px 25px;
	font-size: 12px;
	
}

#box_lg.scroll {
	background: url(../images/bg_login_box.png) no-repeat scroll top left;
	text-align: left;
	margin: 0px auto;
	margin-top: 40px;
	padding: 40px 40px 0px 40px;
	font-size: 12px;
	
	height:auto !important;
}

#box_lg p{
	color: #000;
	font-size: 12px;
}


#box_lg a, #box_lg a:hover{
	color: #000;
	text-decoration: underline;
}


#footer_lg{
	text-align: center;
	margin-top: 80px;
	font-size: 11px;
	color: #000;
	padding-bottom: 20px;
}












.box_02{
	width: 396px;
	margin: 0 auto;
	margin-top: 40px;
}


/* top section of the rounded box*/
.ptop {

background-image: url(../images/top_right.png);
background-repeat: no-repeat;
background-position: right top;
padding: 0px 20px 0px 0px;
margin: 0px;
width: 376px;
text-align: left;
}
/* middle section of the rounded box*/
.pmiddle {
background: url(../images/middle.png) repeat-y top left;;
margin: 0px;
width: 336px;
padding: 20px 30px;
font-size: 12px;
}




.pmiddle p{
	color: #006fb7;
	font-size: 12px;
}


.pmiddle a, .pmiddle a:hover{
	color: #006db6;
	text-decoration: underline;
}








/* bottom section of the rounded box*/
.pbottom {

background-image: url(../images/bot_right.png);
background-repeat: no-repeat;
background-position: right bottom;
padding: 0px 20px 0px 0px;
margin: 0px;
width: 376px;
text-align: left;
}