/* Front-End */
.front-simpleeasyfeedback {
	width:400px;float:right;background:#e6e6e6;border-radius:5px;padding:10px;border-collapse:separate;
}
.front-simpleeasyfeedback th {
	border-width:0px;
}
.front-simpleeasyfeedback td {
	border-width:0px;
}
.front-simpleeasyfeedback input[type="text"], textarea {
	width:100%;background: #fff none repeat scroll 0 0;border: 1px solid #bbb;border-radius: 3px;color: #666;display: block;padding: 0.7em;
}
.front-simpleeasyfeedback th h2 {
	width:100%;margin:10px 0;padding-bottom:10px;color:#78788c;border-bottom:1px solid #bebed2;text-align:center;clear:both;
}
.front-simpleeasyfeedback p.message {
	width:100%;font-weight:bold;font-size:22px;color:#FF0000;text-align:center;
}
.front-simpleeasyfeedback td label strong {
	color:#FF0000;font-size:16px;
}
.front-simpleeasyfeedback td label {
	color:#78788c;font-weight:inherit;
}

.front-simpleeasyfeedback .error {
	background-color: #ffbaba;
    color: #d8000c;
    display: none;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 10px;
}

/* media query */
@media only screen and (max-width: 480px) {
    .front-simpleeasyfeedback {
        width:auto;
    }
}


/* Back-End */
table#simpleeasyfeedback{
	width: 80%;
	margin-top:25px;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table#simpleeasyfeedback th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	font-size:14px;
}
table#simpleeasyfeedback td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table#simpleeasyfeedback td label {
	font-weight:bold;
}

table#simpleeasyfeedback td input[type="text"] {
	font-size:12px;
	height: 30px;
	width:100%;
}

table#simpleeasyfeedback #btnsaveform {
	height: 35px;
    line-height: 35px;
    padding: 0 25px 10px;
    margin: 0px 20px 0px 0px;
	
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    
    background: #0085ba none repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 1px 0 #006799;
    border-color: #0073aa #006799 #006799;
	border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
}
