.wrapper{
	width:980px;
    margin:0px auto;
/*	padding:50px 0px;} orig*/
	padding:10px 0px;}

	

#page{
/*	width:789px; orig*/
	width:980px;
	float:right;
	padding-right:1px;
	position:relative;}

#header{
	height:73px;
	background:url(../img/header-bg.png) no-repeat;}

#header .logo{
	width:190px;
	float:left;
	text-align:center;
	padding:20px 0 0 0;}
#header .logo img:hover{ opacity:0.9;}

#profilebox{
	width:146px;
	height:46px;
	background:url(../img/profileboxbg.png) no-repeat;
	float:right;
	margin:14px 14px 0 0;
	position:relative;}
#profilebox .display{
	display:block;
	padding:5px 6px;
	font-size:12px;
	color:#A5C6EC;
	line-height:15px;}

#profilebox .display b{
	display:block;
	color:#fff;}


#footer{
	color:#B3C6D5;
	font-size:11px;
	line-height:17px;
	padding:20px 0 0 0;}

#footer .center-column{
	text-align:center}

#footer .center-column-notice{
	font-size:8px;
	line-height:10px;
	text-align:center}

@media (min-width:768px) and (max-width:980px) {
    body { padding-top: 0 }
    .header .logo {width:120px}
    .wrapper{
	width:768px;}
	#page{
/*	width:789px; orig*/
	width:768px;}
}

@media (min-width:480px) and (max-width:768px) {
	 #header .logo {width:100px}
	  .wrapper{
	width:480px;}
	#page{
/*	width:789px; orig*/
	width:480px;}
}
@media (min-width:388px) and (max-width:480px) {
	 #header .logo {width:80;}
	  .wrapper{
	width:388px;}
	#page{
/*	width:789px; orig*/
	width:388px;}
}

@media (min-width:300px) and (max-width:388px) {
	 #header .logo {display:none;}
	  .wrapper{
	width:280px;}
	#page{
/*	width:789px; orig*/
	width:280px;}
}
input, select, textarea{
	background:#fff;
	border:1px solid #D2D4D4;
	border-top:1px solid #A5A6A6;
	border-radius:2px;
	color:#333;
	font:10px Arial, Helvetica, sans-serif;
	padding:7px 6px;}
.st-form-line{
	display:block;
/*	border-bottom:1px solid #E5E5E5;*/
/*	padding:16px 20px;} orig*/
	padding:6px 10px;}
input[type=text] {
	font:12px Arial, Helvetica, sans-serif;
}

.st-labeltext-cbb{
	display:block;
	color:#3C5868;
	float:left;
/*	width:150px; orig */
	width:50px;
	line-height:20px;
	font-size:11px;
	padding-top:3px;
	padding-right:5px;}

.st-forminput-cbb{
	background:#fff url(../img/st-forminput-bg.png) repeat-x top;
	border:1px solid #D2D4D4;
	border-top:1px solid #A5A6A6;
	border-radius:2px;
	color:#666666;
/*	color:#A5A5A5; */
	font:12px Arial, Helvetica, sans-serif;
	width:150px;
	font-weight: 550;
	padding:7px 6px;}

.st-button{
	background:url(../img/default-button.png) repeat-x top;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	border:1px solid #1A527D;
	border-bottom:1px solid #0F3049;
	border-radius:2px;
	padding:6px 10px;
	margin-right:10px;
	text-shadow: 0px -1px #174B73;}
	
.st-button:hover{
	border:1px solid #133E5C;
	border-bottom:1px solid #0B2436;}
	
.st-button:active{box-shadow: inset 0 0 0.5em #174B73;}