@charset "utf-8";

.select {
	/* width:160px; */
	border:1px solid #cccccc;
	border-radius: 4px;
	background-color:#ffffff;
	font-family: "open Sans";
	font-size:14px;
	color:#666666;
	padding: 4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top: 2px;
	margin-bottom: 10px;
}

.submit {
	width:50%;
	border:1px solid #435770;
	border-radius: 4px;
	background-color:#435770;
	font-family: "open Sans";
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding:8px;
	cursor:pointer;
	margin-left:4px;
}

.submit:hover{ background-color:#999999; }

.link { text-decoration: none; }
.visited { text-decoration: none; }
.active { text-decoration: none; }
.hover { text-decoration: none; }


@media only screen and (max-width: 960px) {

}


