/**
 * header css
 * 
 * @version $Id: default.header.css 894 2016-05-04 05:53:51Z fuy $
 * @creator shengyj @ 2013-12-21 17:13:03 by scap-builder-0.0.4
 * @template version: 2013090901
 */
 
@media all {
	/* 头部 */
    header .ym-wrapper {
        width: 100%;
        min-width: 920px;
        position: relative;
    }
    
    .banner {
    	position: relative;
    	height: 80px;
    	line-height: 80px;
    	width: 920px;
    	margin: 0 auto;
    }
    
    .banner a.logo {
        height: 50px;
        width: 230px;
        display: block;
        position: absolute;
        left: 0;
        top: 13px;
    }
    
    .banner img.logo {
        height: 50px;
        width: 230px;
    }
    
    
    
    .change-pw{
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding:2px 6px;
        display: inline-block;
        background-color: #ff7f31;
        color:#fff;
    }
    
    header .tip {
    	background: url("../images/banner.search.gif") repeat scroll 0 0 transparent;
    	height: 50px;
	}
	
	header .tip .ym-wbox {
		width: 920px;
    	margin: 0 auto;
    	height: 50px;
    	line-height: 50px;
	}
	
	header .tip .text-welcome {
		display: inline-block;
		vertical-align: middle;
    	font-weight: bold;
	}
	
	header .tip a.change-password {
		display: inline-block;
		vertical-align: middle;
		width: 54px;
		height: 14px;
		line-height: 14px;
		margin-left:15px;
		color: #FF7F31;
		font-weight: bold;
	}
	
	header .tip a.logout {
		display: inline-block;
		vertical-align: middle;
		width: 74px;
		height: 14px;
		margin-left:15px;
		background: url("../images/banner.logout.jpg") no-repeat scroll left center transparent;
	}
	
	header .tip .search-content {
		float:right;
		display: inline-block;
		height: 22px;
		width:200px;
		margin-top:13px;
		margin-right: -1px;
		border: 1px solid #FF7F31;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		padding-left: 5px;
	}
	
	header .tip .search-btn {
		float:right;
		height: 24px;
		width: 75px;
		border: medium none;
    	margin-top:13px;
    	cursor: pointer;
		background: url("../images/banner.search-btn.jpg") no-repeat scroll center ;
	}
} 