* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Century Gothic, Arial, Georgia, serif;
	color: #494949;
	/*overflow: hidden;*/
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.cnplogo
{
    position: absolute;
	top: 20px;
	left: 20px;
    z-index: 2000;
}

a:link, a:visited, a:active  {
    text-decoration:    none;
}

a:hover {
    text-decoration:    none;
}

a.blue-footer-link:link, a.blue-footer-link:visited,a.blue-footer-link:active  {
	font-family: Century Gothic, Arial;
	font-size: 10px;
    color: #7596B5;		
	text-decoration: none;
}

a.blue-footer-link:hover {
	font-family: Century Gothic, Arial;
	color: #7596B5;	
	font-size: 10px;
	text-decoration: underline;
}

#menubar-info {
	background: url(http://www.cnplaw.com/en/media/images/navbar_bg.jpg);
	padding: 4px 0 4px 0;
	position: relative;
	top: 114px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #494949;
	font-size: 18px;
	z-index: 1500;
}

#main-info {
	/* background: url(http://css-tricks.com/examples/ImageToBackgroundImage/images/transpBlack.png); */
	position: relative;
	top: 140px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #494949;
    font-family: Century Gothic, Arial;
	font-size: 12px;
	z-index: 1500;
}

.orange-header
{
    font-family: Century Gothic, Arial;
    font-size: 14px;
    font-weight: bold;
    color: Orange;
}

.orange-header-darker
{
    font-family: Century Gothic, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ff6600 ;
}

.blue-date
{
    font-family: Century Gothic, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #7596B5;
}

.form-text
{
    font-family: Century Gothic, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #163264;
}

.textbox{
	background-color: #FFF7EB;
	border-style: solid;
    border-left-color: #aaa;
    border-bottom-color: #aaa;
    border-top-color: #aaa;
    border-right-color: #aaa;
    border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
    height: 16px;
	font-family: Century Gothic, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	richness: 50;
	visibility: 50;
}
