#classiwrapper .colormag-button,
#classiwrapper input[type="reset"],
#classiwrapper input[type="button"],
#classiwrapper input[type="submit"],
#classiwrapper button {
    margin-bottom: 0px;
    padding: 4px 6px;
    background-color: #289dcc;
    border: 0px;
    transition: background-color 0.3s linear 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
}

#classiwrapper input[type="submit"] {
	margin-top:22px;
}

#classiwrapper th,
#classiwrapper td {
	border:none;
}

#classiwrapper form:after {
	content:'.';
	display:table;
	clear:both;
	line-height:0;
	font-size:0;
}