body {
	font-family:Tahoma, Arial, helvetica, sans-serif;
	font-size: 1em;
	line-height:1.1em;
	color:#000;
	background-color:#FFF;
	margin: 0 auto;
	padding: 10px;
	height: 100%;
	min-width: 320px;
	max-width: 1920px;
}

.center_div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.center_div div{
    display: inline-block;
}

.center_div2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.blue {
	color: #0000AA;
}

.button {
    background: linear-gradient(#d0e5ff, #114291);
    border-radius: 5px;
    border:0px solid #F9F9F9;
    color: white;
    padding: 6px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    margin: 4px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.button:hover, .fade:hover {
    opacity: 0.76;
}
.button_green {
	background: linear-gradient(RGBA(129,189,65,1), RGBA(129,189,65,.8));
	box-shadow: 2px 2px 1px #DDD;
}
.button_gray {
	background: linear-gradient(rgba(113,113,113, .8), rgba(113,113,113, .4));
	box-shadow: 2px 2px 1px #DDD;
}
.button_purple {
	background: linear-gradient(rgba(99, 51, 147, .8), rgba(99, 51, 147, .4));
	box-shadow: 2px 2px 1px #DDD;
}
.button_pink {
	background: linear-gradient(rgba(239, 81, 150, 1), rgba(239, 81, 150, .5));
	box-shadow: 2px 2px 1px #DDD;
}

textarea, select, input {
	font-size: 1.2em;
}
