@charset "iso-8859";

 @import url(http://fonts.googleapis.com/css?family=Fjalla+One); 


/*
Custom Styles. Bootstrap Styles are default'
*/
body {
	font-family: "Open Sans", Calibri, sans-serif;
	color: #000000;
	font-size: 14px;
	overflow-x: hidden !important;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
}

h1 {
	font-family: Calibri, Arial, Verdana;
	color:#069;
}

input {
	padding: 10px;
	font-family: Calibri, Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	border:solid 1px #333;
}

#conteudo {
	width: 1000px;
	text-align:justify;
	align: center;
}
.select::-ms-expand {
    display: none;
}

.select {
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: #ffffff url(../imagens/select-arrow.png) no-repeat 95% center;
	width: 200px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #000;
	border-radius: 5px;
	padding: 8px;
	box-shadow: inset 0 0 5px rgba(64,64,64, 0.5);
	
}

.select_dominio {
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: #ffffff url(../imagens/select-arrow.png) no-repeat 95% center;
	width: 100%; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #000;
	border-radius: 5px;
	padding: 8px;
	margin: 0 0 8px 0;
	box-shadow: inset 0 0 5px rgba(64,64,64, 0.5);
	
}

.select.balck {
	background-color: #000;
}
.select.option3 {
	border-radius: 10px 0;
}
.radio {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	margin-right: 10px;
	line-height: 18px;
}
.inputform {
    border: 1px solid #cccccc; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 8px;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 8px 0;
    width: 100%;
}
<?/*
input[type=radio] {
	display: none;
}
*/?>
.radio:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: #cccccc;
	color: #f3f3f3;
	text-align: center;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	font-size: 30px;
	border-radius: 10px;
}
input[type=radio]:checked + .radio:before {
	content: "\2022";
}
.checkbox {
	display: inline-block;
	cursor: pointer;
	font-size: 13px; margin-right:10px; line-height:18px;
}
input[type=checkbox] {
	display:none; 
}


.button_select {
	width: 95px;
	border: 1px solid #cccccc; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 8px;
    border-radius: 5px;
    background: rgba(255,0,0,0.5);
    margin: 0 0 8px 0;
    
}

.checkbox:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align:middle;
	background-color: #cccccc;
	color: #f3f3f3;
	text-align: center;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); 
	border-radius: 3px;
}
input[type=checkbox]:checked + .checkbox:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
}
