@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }


a { color:#069; font-size:14px; text-decoration:none; }
a:hover { color:#000; text-decoration:underline;  }

.wrapper {
	margin: 0 auto;
	max-width:450px;
}

#CJ_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#fff;
	/*padding:15px;*/
	margin-bottom:25px;
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#0a5b7f;
	display:block;
	font-weight:200;
	
}

input { 
	display: block;
    /*width: 100%;*/
    border-radius: 4px;
    background-color: #f7f6f6;
    color: #000;
    border: 1px solid #dbdada;
    padding: 0px;
    margin-bottom: 10px;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0px;
    box-sizing: border-box;
    margin-right: 7px;
    transform: scale(0.8, 0.8);
    border-radius: 5px;
    width: 10px;
    height: 10px;
	margin-top: 6px;
}


textarea { 
	display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    border: 1px solid #859db9;
    padding: 10px;
    margin-bottom: 10px
}
select{
	display:block;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#e7f4f9;
	color:#000;
	border:1px solid #82c8e7;
	padding:10px;
	margin-bottom:10px;
	}

/*
.sendButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #107baa), color-stop(1, #107baa) );
	background:-moz-linear-gradient( center top, #107baa 5%, #074865 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #107baa;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	width:25%;
	font-weight:bold;
	text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #107baa), color-stop(1, #107baa) );
	background:-moz-linear-gradient( center top, #074865 5%, #107baa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
*/

@media all and (max-width: 480px) and (min-width: 320px) { #CJ_form { text-shadow:0 1px 0 #FFF;	border-radius:1px;
	-webkit-border-radius:1px;	-moz-border-radius:1px;	background:#fff;	padding:10px;	
}}

@media all and (max-width: 640px) and (min-width: 360px) {}

@media only screen and (min-width: 320px) { }

@media only screen and (min-width: 640px) { }

@media all and (max-width: 1024px) and (min-width: 768px) { }

@media only screen and (min-width: 1024px) {}

