body{
	
	font-size: 15px;
	font-weight: bold;
}
.public-btn {
	cursor:pointer;
	color:#000;
	background:#D6D6D6;
	width:100px;
	height:32px;
    border:none;
	padding:2px 24px;
	border-radius: 3px;
}

@media screen and (max-width: 599px) {
    .public-email {
        width:100%;
        display: inline;
        margin-bottom: 5px;
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    .public-email {
        width:80%;
        max-width:320px;
        display: inline;
        margin-bottom: 5px;
    }
}
@media screen and (min-width:960px) {
    .public-email {
        width:80%;
        max-width:320px;
        display: inline;
    }
}

input:disabled{
	background:#F1F1F1;
}

input[type="text"] {
	font-size:15px;
	border:solid 1px #CCC;
	background:#FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:6px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
input[type="file"]{
	font-size:13px;
}