.mysis_embed_form {
	border-spacing: 0px;
}
.mysis_embed_heading {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #666666;
	text-align: left;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;		
}
.mysis_embed_label { 
	width: 175px;
	text-align: right;
	background-color: #FCFCFC;
	font-weight: bold;
	padding-top: 12px ;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.mysis_description {
    padding: 5px;
}
.mysis_embed_fields {
	text-align: left;	
	padding: 5px 10px;
}
.mysis_embed_checkbox {
	width: 20px;	
	margin: 20px auto;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 10px;
}
.mysis_embed_form input[type=text],
.mysis_embed_form input[type=password],
.mysis_embed_form input[type=file],
.mysis_embed_form select {
	border: 2px solid #7F7F7F;
	padding: 3px 0px 3px 3px;
	margin: 5px;
	width: 200px;
	height: 20px;
}
.mysis_embed_form textarea {
	border: 2px solid #7F7F7F;
	padding: 3px 0px 3px 3px;
	margin: 5px;
	width: 200px;	
}
.mysis_embed_form select {
	height: 28px;	
}
.mysis_embed_formbutton {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.mysis_embed_formbutton input {
	background-color: #666666;
	letter-spacing: 1px;
	border: 0px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 31px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.mysis_embed_formbutton input:hover {
	cursor: pointer;
	background-color: #17264F;	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.mysis_embed_form input[type=text]:focus,
.mysis_embed_form input[type=password]:focus,
.mysis_embed_form textarea:focus,
.mysis_embed_form select:focus {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.mysis_embed_checkbox {
	display: inline-block;
	margin-right: 5px;
	margin-left: 10px;
	vertical-align: middle;	
}
.mysis_embed_checkboxtext {
	display: inline-block;
	vertical-align: middle;	
}
.mysis_embed_star {
	color: #990000;	
}
.mysis_embed_fields input.error, 
.mysis_embed_fields select.error, 
.mysis_embed_fields textarea.error,
.mysis_embed_form input[type=text].error,
.mysis_embed_form input[type=password].error,
.mysis_embed_form input[type=file].error, 
.mysis_embed_form select.error { 
	border: 2px solid #CC0000 !important;
	background: #FFEEEE !important;
	margin: 5px;
}
.mysis_embed_fields input[type="radio"].error, 
.mysis_embed_fields input[type="checkbox"].error {
    -webkit-box-shadow:inset 2px 1px 1px , 1px 1px 3px #CC0000 !important;
    -moz-box-shadow:inset 2px 1px 1px #CC0000, 1px 1px 3px #CC0000 !important;
    box-shadow:inset 2px 1px 1px #CC0000, 1px 1px 3px #CC0000 !important;
}
.mysis_embed_success {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	color: #006600;
	padding: 5px;
	text-align: center;
	border: 1px solid #006600;	
}
.mysis_embed_warning {
	display: block;
	margin: 5px;
	font-size: 12px;
	color: #8B7405;
	padding: 5px;
	text-align: center;
	border: 1px solid #8B7405;	
}
.mysis_embed_failed {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	color: #990000;
	padding: 5px;
	text-align: center;
	border: 1px solid #990000;	
}