body {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,textarea:focus{
	outline:none;
	border-color:rgba(82,168,236,.75)!important;
	-moz-box-shadow:0 0 8px rgba(82,168,236,.5);
	-o-box-shadow:0 0 8px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 8px rgba(82,168,236,.5);
	box-shadow:0 0 8px rgba(82,168,236,.5);
}

input[type=text].error, input[type=radio].error, input[type=password].error, textarea.error {
	outline:none;
	border-color:rgba(255,204,0,.75)!important;
	-moz-box-shadow:0 0 8px rgba(82,168,236,.5);
	-o-box-shadow:0 0 8px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 8px rgba(82,168,236,.5);
	box-shadow:0 0 8px rgba(82,168,236,.5);
}

input[type=text], input[type=password]{
	border:1px solid #CCCCCC;
	height:15px;
    -moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	padding:2px 2px;
}

.button-link{
	width:85px;
	text-align:center;
	padding: 4.4px 15px;
    background: #192d38;
    color: #FFF;
    -moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #122027;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
	
	cursor:pointer;
}

.button-link:hover {
    background: #2c4c5d;
    border: solid 1px #122027;
    text-decoration: none;
	color:#FFFFFF;
}

.button-link:active {
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-o-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2c4c5d;
    border: solid 1px #122027;
	color:#FFFFFF;
}

.menu_tebal {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
}

.button{
	background-color:#02548E;
	color:#E3EEF4;
}