@charset "utf-8";

.c_fr_fundo {
	background-color: #F4F8F9;
	height: auto;
	width: 700px;
	font-size: 16px;
	margin-left: auto;
	font-weight: 400;
	margin-right: auto;
	padding: 20px;
}
.c_fr_cfull {
	/*definimos a largura do box*/
	width: 97%;
	/* definimos a altura do box */
	height: 17px;
	/* definimos a cor de fundo do box */
	background-color: #FFF;
	/* definimos o quão arredondado irá ficar nosso box */
	border-radius: 3px;
	border: 1px solid #005496;
	color: #346C81;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
}

.c_fr_clarge {
	/*definimos a largura do box*/
	width: 53%;
	/* definimos a altura do box */
	height: 17px;
	/* definimos a cor de fundo do box */
	background-color: #FFF;
	/* definimos o quão arredondado irá ficar nosso box */
	border-radius: 3px;
	border: 1px solid #005496;
	color: #346C81;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
}
.c_fr_cmedium {
	/*definimos a largura do box*/
	width: 35%;
	/* definimos a altura do box */
	height: 17px;
	/* definimos a cor de fundo do box */
	background-color: #FFF;
	/* definimos o quão arredondado irá ficar nosso box */
	border-radius: 3px;
	border: 1px solid #005496;
	color: #346C81;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
}
.c_fr_cselect {
	/*definimos a largura do box*/
	width: 17%;
	/* definimos a altura do box */
	height: 35px;
	/* definimos a cor de fundo do box */
	background-color: #FFF;
	/* definimos o quão arredondado irá ficar nosso box */
	border-radius: 3px;
	border: 1px solid #005496;
	color: #346C81;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	padding: 8px;
}


.c_fr_txtarea_cfull {
	/*definimos a largura do box*/
	width: 97%;
	/* definimos a altura do box */
	height: 200px;
	/* definimos a cor de fundo do box */
	background-color: #FFF;
	/* definimos o quão arredondado irá ficar nosso box */
	border-radius: 3px;
	border: 1px solid #005496;
	color: #346C81;
	margin-bottom: 12px;
	font-weight: 400;
	padding: 8px;
	font-size: 16px;
}
.c_fr_bt {
	/* definimos a altura do box */
	height: auto;
	/* definimos a cor de fundo do box */
	background-color: #346C81;
	/* definimos o quão arredondado irá ficar nosso box */
	border-top-left-radius: 0 px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0 px;
	/* Declaração para aparecer no Firefox */
	-moz-border-top-left-radius: 0 px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 0 px;
	/* Para exibir nos outros navegadores como Chrome, safari, opera*/
	-webkit-border-top-left-radius: 0 px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0 px;
	color: #FFF;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: 400;
	width: 200px;
	padding-right: 20px;
}

.c_fr_bt: hover{
	background-color:#999

}



form {
	width: 620px;
	margin: auto;
	padding: 20px;
}
	
input {
	font-size:16px
}

input:hover, textarea:hover {
	background-color: #FEF7F5;
}

legend {
	color: #005496;
	font-weight: 400;
	font-size: 20px
	
}


fieldset {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #F4F8F9;
	border-color: #FFF;
}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 45px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
}
.myButton:active {
	position:relative;
	top:1px;
}
