/* 
    Created on : Jun 5, 2016, 9:41:53 AM
    Author     : matyas
*/

.bold {font-weight: bold;}
.center {margin-left: auto; margin-right: auto; text-align: center;}
.float-left {float: left;}
.float-right {float: right;}
.left { display: block; text-align: left;}
.margin-button {margin-bottom: 50px; margin-top: 50px;}
.margin-top {margin-top: 15px;}
.navy {color: #008;}
.normal {font-weight: normal;}
.red {color: #f00;}
.width-100 { width: 100%; }

body {font-family: Tahoma, Geneva, sans-serif;}

img {border: none; display: block;}

.btn-gr {
	border : solid 0px #000000;
	border-radius : 5px;
	moz-border-radius : 5px;
        font-weight: bold;
	color : #ffffff;
	padding : 5px 10px;
	background : #b4ddb4;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(100%,#005700));
	background : -moz-linear-gradient(top, #b4ddb4 0%, #005700 100%);
	background : -webkit-linear-gradient(top, #b4ddb4 0%, #005700 100%);
	background : -o-linear-gradient(top, #b4ddb4 0%, #005700 100%);
	background : -ms-linear-gradient(top, #b4ddb4 0%, #005700 100%);
	background : linear-gradient(top, #b4ddb4 0%, #005700 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 );
        line-height: auto; 
        width: 75%;
}
.btn-rd {
	border : solid 0px #000000;
	border-radius : 5px;
	moz-border-radius : 5px;
        font-weight: bold;
	color : #ffffff;
	padding : 5px 10px;
	background : #ff3019;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background : -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background : -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background : -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background : -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background : linear-gradient(top, #ff3019 0%, #cf0404 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
        width: 75%;
}
