@charset="UTF-8";

div[class|="col"] {background-color:#FFFFFF; border:0px solid purple}
p {font-family:Time New Roman}
table {border:1px solid red; border-collapse:collapse}
th {border:1px solid white}
td {border:1px solid white}

input {padding:5px 15px; height:54px; background:#FFF3DE; border:0; cursor:pointer; -webkit-border-radius:5px; border-radius:5px; padding:5px;}
input:focus{
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
input[type="submit"]{padding:5px 15px; height:56px; background:#000000; border:0 none;
		cursor:pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px; }
input[type="reset"]{padding:5px 15px; height:35px; background:#ccc; border:0 none;
		cursor:pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px; }
input[type="checkbox"]{height:16px; width:16px;}
input[type="file"]{height:60px; width:300px;}
