html{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 16px;	
}

:focus{
	outline: none}

img{
	border: none
}

a{
	text-decoration: none;
	color:#2c496c;
}

input, select, textarea{
	width:350px;
	height:25px;
	padding:7px 7px;
	border:1px solid #777;
	border-radius:4px;
	font-size: 16px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
}

#content{
	width: 100%;
	margin: 40px auto;
}

.button{
	width:350px;
	height:25px;
	padding:7px 7px;
	margin:0 auto;
	background:#30823A;
	color:#fff;
	font-weight: bold;
	border:1px solid #777;
	border-radius:4px;
	font-size: 16px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    cursor:pointer;
    line-height:25px;
}

.noty{
	font-weight: bold;
	color:#e21811;
}