body{
	background-color:#FBFBFB
}
.pl10{
	padding-left:10px;
}
.container {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius:4px;
	background-color: #FFF;
	box-shadow: 0 1px 6px rgba(124, 124, 124, 0.42);
	-moz-box-shadow: 0px 1px 6px rgba(124, 124, 124, 0.42);
	-webkit-box-shadow: 0px 1px 6px rgba(124, 124, 124, 0.42);
	z-index: 3;
}

.brand--title h1 {
	margin-top: 0;
}

.input:focus, .textarea:focus {
    border: 1px solid #609ED2;
}
ins, a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
ol, ul, li {
    list-style: none;
}
.f_main{
	border-radius: 4px;
}
.f-header {
	padding: 0 20px 10px 20px;
	text-align: center;
	background-color: #669acc;
	color: #FFF;
	border-radius: 4px 4px 0 0;
}
.f-header .f-text {
	padding-top: 10px;
}

.f-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.f-describe {
	padding-top: 10px;
	font-size: 13px;
	line-height: 22px;
	text-indent: 20px;
}
.f_body {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 20px;
}

.f_component {
    padding: 12px 30px 12px 30px;
    margin-bottom: 5px;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-delay: 0;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 200ms;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: background-color;
    -moz-transition-duration: 200ms;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: background-color;
    -o-transition-duration: 200ms;
    -o-transition-delay: 0;
    -o-transition-timing-function: ease-in-out;
}
.fs_component {
    background-color: #FFF8DC;
    color: #000000;
}
label{
	display:block;
}
.f_cTitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 4px;
}
.f_cValidate {
    /*font-size: 12px;*/
    line-height: 25px;
    margin-left: 5px;
    color: #d43f3a;
    white-space: nowrap;
    font-weight: normal;
}
.checkbox, .radio{
	padding-left:10px;
}
textarea.medium {
    height: 100px;
}
.checkbox-inline, .radio-inline{
	margin-left:0 !important;
	margin-bottom:8px !important;
	min-width:130px;
}
.block-header {
    font-size: 20px;
    margin: 30px 0 20px 0;
    padding: 0;
	font-weight:bold;
}
.block-header span {
	display:inline-block;
	padding:5px 10px;
	min-width:150px;
	text-align:center;
}
.help-block{
	padding-left:10px;
	margin-top:0;
	color:#999;
	font-size:12px;
}
.f_uploadFile {
    position: relative;
    left: 0;
    top: 3px;
    bottom: 10px;
    height: 32px;
    padding: 5px;
    margin-right: 20px;
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-top-color: #AAA;
}
.upload_progress {
    position: absolute;
	top:4px;
	left:4px;
    width: 90%;
    background: none;
	margin:0;
	box-shadow:none;
    height: 22px;
	border-radius:0;
}
.upload_input {
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0;
    height: 35px;
    width: 100%;
    color: #999;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    overflow: hidden;
    z-index: 10;
}
.upload_text {
    position: absolute;
    color: #333!important;
    left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    height: 20px;
    white-space: nowrap;
   
}
.upload_img {
    position: absolute;
    right: 8px;
    top: 4px;
}
.file_cancel {
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 25;
    cursor: pointer;
	display:none;
}
.f_submit {
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
}
.btn-width{
	padding:6px 25px;
}
.f_copyright {
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
	font-size:12px;
}
.f_powerby{
	color:#999;
}
.f_share_container {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
}

.f_share_main {
    width: 640px;
    /* height: 30px; */
    background-color: #345;
    position: relative;
    margin: 0 auto;
}
img.qrcode {
    margin: 3px;
    opacity: 0.62;
    vertical-align: middle;
}
.f_share {
    position: absolute;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background-color: rgba(153, 153, 153, 0.4);
    overflow: hidden;
    left: 640px;
    top: 0;
    margin-left: 1px;
    border-radius: 4px;
    white-space: nowrap;
    padding: 4px;
    color: #333;
	font-size:12px;
	display:block;
	text-decoration:none
}
.f_share:hover,.f_share:active{
	text-decoration:none
}
.f_share:hover img{
	opacity:1;
}
.share_info {
    line-height: 30px;
    vertical-align: middle;
    padding: 2px;
    margin-left: 4px;
    margin-right: 6px;
}
.popover-content img{
	width:250px;
}
.f_submittext {
    font-size: 14px;
    text-align: center;
    padding: 150px 20px;
}

 @media (max-width: 670px) {
	 .container {
		margin-top:0; 
		border-radius:0;
	 }
	 .f-header {
		padding:0 10px 10px;
		border-radius:0;
	}
	.f_component{
   		 padding: 6px 15px;
	}
	.f_submit{
   		 padding: 6px 15px;
	}
 }
 .progress-bar {
     -webkit-transition: none;
    -o-transition: none;
    transition: none;
 }
 .upload_text.uploading{
	 color:#FFF !important;
	 text-shadow:1px 1px 1px #000;
 }