@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

input[type=text], select, textarea{
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
	font-size: 16px;
	font-family: 'kanitlight';
}
p {
	margin: 20px 0;
	text-align: center;
	color: #FFF;
}
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
}

input[type=button] {
    background-color:#069;
    color: white;
    padding: 3px 17px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    float: right;
	font-family: 'kanitlight';
	font-size: 16px;
}

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

.container {
    border-radius: 5px;
	background:url(../images/bg/cardboard-flat.png);
    padding: 20px;
    width: 100%;
}

.col-25 {
    float: left;
    width: 200px;
	height:275px;
    margin-top: 6px;
	margin-left:7px;
	background:url(../images/bg/bgbox.png);
	
	
}
.col-50l {
    float: left;
    width: 53%;
	margin-top: 6px;
	text-align:left;
	margin-left:4px;
	font-size:1.1em;
}
.col-50r {
    float: left;
    width: 40%;
	margin-top: 6px;
	text-align:right;
	margin-right:4px;
	color:#0CF;
	font-size:1.1em;
}
.col-50rr {
    float: left;
    width: 40%;
	margin-top: 6px;
	text-align:right;
	margin-right:4px;
	color:#0CF;
	font-size:1.1em;
}
.col-50ll {
    float: left;
    width: 50%;
	margin-top: 6px;
	text-align:left;
	margin-left:4px;
	font-size:1.1em;
}
.col {
    float: left;
	margin-top: 6px;
	font-size:1em;
	margin-left:4px;
}
.im
{
	width:196px;
	height:178px;
}

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

/* 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-50l, .col-50ll, .col-50r, input[type=button] {
        width: 100%;
		}
	.col-50rr	{
		width: 98%;
    }
	.col-25
	{
        width: 100%;
		height:100%;
        background:url(../images/bg/bgbox2.png);
		
    }
	.im
{
	margin-top:6px;
	width:100%;
	height:auto;
	margin-bottom:6px;
	
}

	
}
