﻿/* for richtext editor */
html, body, img, form {margin: 0px; padding: 0px; border: none;}
html, body {height:100%; margin:10px;}
body {background:#FFF;}
body, td {font: 15px Arial, sans-serif; color:#3b3938; line-height:21px;}
a {color:#1868a0; text-decoration: underline;}
a:hover {text-decoration: none;}
table {border: 0px; border-collapse: collapse;}
td {vertical-align: top;}
p {padding: 0px; margin: 0px 0px 12px 0px;}
object {outline:none;}

h1 {font-size:18px; padding: 0px; margin: 0px 0px 10px 0px; font-weight: normal; color:#ff6430;}
h2 {font-size:15px; padding: 0px; margin: 0px 0px 10px 0px; font-weight: bold; color:#ff6430;}
h3 {font-size:13px; padding: 0px; margin: 0px 0px 10px 0px; font-weight: bold; color:#ff6430;}

.info_box {
	background:#FFF url(/assets/templates/iprbooks/i/mh_info.png) no-repeat 4px 4px;
	color:#555;
	border:1px #999 dotted;
	display:block;
	padding:8px 10px 8px 38px;
	font-weight:bold;
	font-size:13px;
	-webkit-border-radius: 8px; 	-moz-border-radius: 8px; 	border-radius: 8px;
	margin-bottom:6px;
}