body.Dashboard.Plugin.Contact #Body{

}

body.Dashboard.Plugin.Contact #Panel{
display:none!important;
}
body.Dashboard.Plugin.Contact #Content ol, ul {
list-style: none;
margin: 0 auto;
}
body.Dashboard.Plugin.Contact #Content {
margin: 0 auto;
text-align: center;
}
/*body.Dashboard.Plugin.Contact ul li label {*/
/*font-size: 14px;color:#1976d2;*/
/*padding: 6px;*/
/*display: inline;*/
/*position: relative;*/
/*right: 0;*/
/*}*/

.contactcheck {
	padding: 20px 0;
}
.contactcheck label {
	font-size: 14px;
	padding: 6px;
	display: inline;
	right: 60px;
}
.contactcheck input#Form_Checkbox {
position: relative;
	top:-3px;
	padding: 6px;
display: inline;
}
textarea#Form_Message{
	width:100%;
	min-height:250px;
}
#Form_SendMessage{
	margin-top: 14px;
}