/* CSS Document */
.top_strip{
	padding: 10px 0;
    background-color: #003566;
    position: fixed;
    z-index: 10000;
    width: 100%;
}
.commen_btn{
	float: right;
    background-color: #c52d2f;
    color: #fff;
    margin: 0 0 0 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    padding: 8px 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
	text-decoration:none;
}
.commen_btn:hover{
    background-color: #e64244;
    color: #fff;
	text-decoration:none;
}
.commen_btn:focus{
    background-color: #c52d2f;
    color: #fff;
	text-decoration:none;
	border: none;
}
.commen_btn:visited{
    background-color: #c52d2f;
    color: #fff;
	text-decoration:none;
	border: none;
}