@CHARSET "UTF-8";

#content_pane {
	min-height:460px !important;
}

#div_intro {
    position: relative;width: auto; 
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: white;
    margin-bottom:10px;
    border-style: solid;border-width:1px;border-color: SILVER;
    padding:15px ;margin: 0 1px 15px 0;
}
#div_symc_intro {
    position: relative;width: auto; 
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: white;
    margin-bottom:10px;
    border-style: solid;border-width:1px;border-color: SILVER;
    padding:15px ;margin: 0 1px 15px 0;
}
.feature_link{
    line-height: 25px;
    padding-top: 5px;
    font-size:14px;
    font-weight: bold;
    color: #0057a0;
}
#div_intro a, #div_intro a:visited{
	color:#0057a0;
}
.feature_list{
    padding-left: 25px;
    padding-bottom:15px;
    margin-top:15px;
    line-height: 20px;
    list-style:none;
}
.feature_list li{ 
  color: #444555; 
  background: url("../../images/red_Bullet.png") no-repeat; 
  background-position: 0 6px;
  padding-left: 15px;
}
#div_sign_in{
	-moz-border-radius: 5px 5px 0 0; 
    -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	background-color: #EBEBEB;
	color:#444444;
}
#div_sign_in div, #div_sign_in table{
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif !important;
}
#div_sign_in td{
	padding: 0 3px 0 3px;
}
#div_sign_in a{
    text-decoration : none;
}
#tbl_sign_in {
    height:259px; 
    /*border-style: solid;border-width:1px;border-color: SILVER; */
    padding:5px ;margin: 0 1px 0px 0;
    background: transparent;
}
#tbl_sign_in .intro_1{
	text-align:left; color:#7a6f69; font-size:12px; font-weight:bold;
}
#tbl_sign_in .intro_2{
	text-align:left; color:#0057a0; font-size:11px; 
}
#tbl_sign_in .forgot_pwd {
	text-align:right;
}
#tbl_sign_in .forgot_pwd a{
	color: #0057a0; font-size:11px; 
}
#tbl_sign_in .forgot_pwd a:hover{
    text-decoration : underline;
}
#tbl_sign_in .no_account{
	text-align:left; color: #666666;
}

/***  Download welcome page ***/
#div_banner_download{
	height: 65px; width: 949px; padding:0;
	background: BLACK url(../../images/newstyle/land/downloads_banner.png) no-repeat right;
	vertical-align: middle;
    font: normal bold 21px/65px Arial, San-serif; color: white;
}
#div_banner_docm{
    height: 65px; width: 949px; padding:0;
    background: BLACK url(../../images/newstyle/land/about_doc_banner.png) no-repeat right;
    vertical-align: middle;
    font: normal bold 21px/65px Arial, San-serif; color: white;
}

.loginbutton{
    FONT-SIZE: 11px;
    COLOR: #fff;
    LINE-HEIGHT: 15px;
    HEIGHT: 15px;
    BACKGROUND-COLOR: #75cae7;
    TEXT-ALIGN: center;
    float: right; 
    width:80px; 
}

