@charset "utf-8";
<style type="text/css">
.txtlogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
.txt_red {
	color: #F00;
}
.txt_red {
	color: #F00;
}

.txt_small {
	font-size: 12px;
	color: #F00;
}
.txtputih {
	color: #FFF;
}
.testtxt {
	color: #FFF;
}

.buttonCSS {
	background-color: #39ADB4;
	border: none;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
	height: 40px;
}
.buttonCSS2 {background-color: #CCC;
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 2px;
	height: 40px;
}
.divmain {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
</style>
