@font-face {
	font-family: flama-basic;
	src: url(../fonts/Flama-Basic.eot); /* IE */  
	src: local("flama-basic"), url(../fonts/Flama-Basic.ttf) format("truetype"); /* non-IE */  
}

body{
	font-family: flama-basic;
	
}

.error{
	color:red;
	margin:auto;
}

.form-control {
    height: 26px;
    padding: 3px 10px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

a{
	text-decoration: none !important;
	color:#456;
	font-size:11px;
}
