﻿.input
{
	padding:5px 15px;
	margin:0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	background: #fbfbfb;
	outline:none;
	border-top:1px solid #c7c8ca;
	border-left:1px solid #b6b6b6;
	width:99%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:inset 0px 1px 0px #dcdcdc;
	-moz-box-shadow:inset 0px 1px 0px #dcdcdc;
	-webkit-box-shadow:inset 0px 1px 0px #dcdcdc;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}

h1{float:left;}
	h1 a{
		display:block;
		width:218px;
		height:79px;
		overflow:hidden;
		text-indent:-999em;
		font-size:0;
		line-height:0;
		background:url(../images/logo-mcasc.png) 0 0 no-repeat;
	}
		h1 a:hover{text-decoration:none;}

.header-link{
	display:block;
	float:right;
	background:#ff9c00;
	font:18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px rgba(0,0,0,.09);
	padding:15px 10px 16px;
	margin-bottom:-13px;
	border-radius:0px 0px 15px 15px;
	-moz-border-radius:0px 0px 15px 15px;
	-webkit-border-radius:0px 0px 15px 15px;
}		