@charset "utf-8";
/* CSS Document */

.s-sf { 
	width:345px;
	height:51px;
	background:url(/images/header/tf_bg.png) no-repeat;
}

.s-chip { 
	border:none;
	width:282px;
	height:38px;
	margin-top:5px;
	margin-left:35px;
	font-size:14px;
	color:#666666;
	background:none;
}

#s-sb { 
	position:absolute;
	margin-left:355px;
	margin-top:2px;
}

.ef { 
	margin-top:10px;
	margin-left:5px;
}

.s-title {
	color:#4579ab;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

.s-title-small {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	margin-bottom:5px;
}

.s-title-small span {
	font-weight:normal;
}

.s-title-small a {
	color:#003399;
	text-decoration:underline;
	vertical-align:0px;
}

.icon-large {
	width:264px;
	height:264px;
	padding-right:20px;
	background:url(/images/profile/big-bg.png) no-repeat;
}

.icon-large img {
	margin-left:7px;
	margin-top:7px;
}

.chip-block { 
	background:#c42020;
	width:250px;
	height:25px;
	line-height:25px;
	text-align:center;
	margin-bottom:20px;
}

.chip-block span { 
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}

.table-animal { position:relative;
	
}

#imageList {
	margin-top:10px;
	margin-left:10px;
}

#imageList li {
	padding:10px;
}

#imageList .img {
	border:#959595 solid 1px;
	width:100px;
	height:100px;
}

.inline { 
	display:inline-block;
	padding:10px;
}

#forward { 
	position:absolute;
	cursor:pointer;
	margin-left:260px;
	margin-top:60px;
	display:none;
}

#back { 
	position:absolute;
	cursor:pointer;
	margin-left:-20px;
	margin-top:60px;
	display:none;
}

.start-email-box {
    width: 249px;
    height: 41px;
    position: fixed;
    bottom: 0;
    right: 10px;
    background: #146aaf; /* Old browsers */
    background: -moz-linear-gradient(top,  #146aaf 0%, #0c4d82 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#146aaf), color-stop(100%,#0c4d82)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #146aaf 0%,#0c4d82 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #146aaf 0%,#0c4d82 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #146aaf 0%,#0c4d82 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #146aaf 0%,#0c4d82 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146aaf', endColorstr='#0c4d82',GradientType=0 ); /* IE6-9 */
    border-radius: 10px 10px 0 0;
    border: 1px solid #0b497b;
    cursor: pointer;
}
    
.smart-email-ico {
    width: 43px;
    height: 41px;
    background: transparent URL('/images/start/email_ico.png') 15px 50% no-repeat;
}

.smart-email-txt {
    font: normal 14px Arial;
    color: #ffffff;
    padding-top: 3px;
}