#cmt-ok{
	font-size: 18px;
	color: green;
	display: none;
	margin: 20px 0px 10px 0px;
}

#cmt-err{
	font-size: 16px;
	color: #f30e42;
	margin: 20px 0px 10px 0px;
	display: none;
}

.cpt-wrap input[type="text"]{
	
	font: 15px 'RobotoLight';
    color: #383838;
    width: 300px;
    max-height: 150px;
    max-width: 100%;
    display: block;
    border: 3px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 10px 5px 14px;
    
}

#cpt-img{
	margin-bottom:15px;
	background-color: #f8f8f8;
}