/* -------------------------------
** SICKKIDS NEW CSS STYLE
   -------------------------------*/
#sk-header-container {
	width: 1280px;
	height: 75px;
	margin: 0 auto;
}
#sk-logo {
	height: 75px;
	text-align: center;
	background: #FFF;
}
#sk-padding {
	float:left;
	width:480px;
	height: 75px;
	background: #FFF;
}
#sk-tabs-links {
	float:right;
	width: 660px;
	height: 75px;
}
#sk-tabs {
	float:right;
	height: 35px;
}
#sk-links-search {
	float:right;
	width: 660px;
	height: 35px;
	padding-bottom: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #FFF;
}
#sk-links {
	float:left;
	width: 430px;
	padding-top: 15px;
	padding-right: 0px;
	background: #FFF;
}
#sk-search {
	float: left;
	width: 220px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 10px;
}
#search_field {
	width: 145px;
}
#sk-search input[type="text"] {
	/*SEARCH TEXFIELD STYLE*/
	float: left;
	width: 140px !important;
	height: 25px !important;
	/*display: block;*/
	margin: 0;
	/*width: 100%;*/
	font-family: sans-serif;
	font-size: 18px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border-color: #CCC !important;
	display: inline-block !important;

}
.sk-space-10 {
	width: 10px;
	float: left;
}
#sk-search input[type="submit"]{
	/*SEARCH BUTTON STYLE*/
	float: left !important;
	display:inline-block !important;
	width:50px !important;
	height:25px !important;
	vertical-align:middle !important;
	border-radius: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	color: #000 !important;
	font: normal 12px "Arial", Helvetica, Arial, Verdana, sans-serif !important;
	background: #e6e6e6 !important;
	/*padding: 10px 20px 10px 20px !important;*/
	text-decoration: none !important;
	line-height: normal !important;
	text-transform: none !important;
}
