@charset "utf-8";

/* CSS Document */

* {
    box-sizing: border-box;
	font-family: 'kanitlight';
}
input[type=submit] {
    width: 15%;
    background-color: #4CAF50;
    color: white;
    padding: 6px 9px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:1em;
}

input[type=submit]:hover {
    background-color: #45a049;
}


input[type=text], select{
    width: 20%;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    resize: vertical;
	font-size:0.9em;
	
}
input[type=text], textarea{
    width: 20%;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    resize: vertical;
	font-size:0.9em;
	
}



label {
	padding: 12px 12px 12px 0;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}


.container {
	border-radius: 5px;
	background: url(../images/bg/cardboard-flat.png);
	padding: 20px;
	width: 65%;
	margin: auto;
	color: #FFFFFF;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 12px;
	text-align: right;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#container #body .clear .container #form1 table tr td table {
	text-align: left;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 1000px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 2;
    }
	.container {
	
	background:url(../images/bg/cardboard-flat.png);
    
    width: 100%;
	}

input[type=submit]:hover {
    background-color: #45a049;
}


input[type=text], select{
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    resize: vertical;
	font-size:0.9em;
	
}
input[type=text], textarea{
    width: 100%;
    margin-top: 8px;
	
}
}
