#callme-plugin-widget .callme-form h3{
	font-size: 18px;
	margin-bottom: 5px;
}
#callme-plugin-widget {
background: #8ab928;
}
#callme-plugin-widget .callme-form input{
	margin-bottom: 2px;
	margin-top: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#callme-plugin-widget .callme-form label{

	color: #fff9f9;
	text-transform: uppercase;

}

#callme-plugin-widget .callme-form input[type=tel],
#callme-plugin-widget .callme-form input[type=text]{
	width: 200px;
	/*height: 30px;*/
}
#callme-plugin-widget .callme-form input[type=number]{
	width: 45px;
	margin-left: 10px;
}
#callme-plugin-widget .callme-success{
	font-size: 18px;
	color: #0099cc;
	margin-top: 1px;
}
#callme-plugin-widget .callme-error{
	color: #ff0000;
}

#callme-plugin-widget .callme-form input.callme-btn{
	height: 10pxpx;
	width: 220px;
	padding: 5px;
	overflow: hidden;
	line-height: 28px;
	color: #fff !important;
	padding-left: 10px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}

#callme-plugin-widget .callme-form input.callme-btn.red{
	background: #cc0000;
}

#callme-plugin-widget .callme-form input.callme-btn.disabled{
	background: #ccc;
	cursor: default;
}


#callme-plugin-widget .callme-form input.callme-btn:hover{
	font-weight: bold;
	color: #fff;
}

#callme-plugin-widget .callme-form span.red.top-angle{
	position: relative;
}
#callme-plugin-widget .callme-form span.red.top-angle:before{
	content: '';
	right: 50px;
	top: -34px;
	position: absolute;
	border: 8px solid transparent;
	border-bottom: 16px solid #cc0000;
}

#callme-plugin-widget .callme-form input.callme-btn.disabled + span.top-angle:before{
	border-bottom-color: #ccc;
}