@import url("forms.css");

body, html {
	font-size: 12px;
	background: url('/images/bg_gradient.png') repeat-x;
	background-position: top;
	background-color: #e6f1eb; /* background-color: #CFE6DC; */
	font-family: Verdana, sans-serif, Arial, Helvetica;
	margin: 0px;
	padding-top: 5px;
	color: #005500;
}

h1 {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	background-color: #408064;
	padding: 5px;
	margin: 0 5px 0 5px;
}

.title_description {
	padding: 5px;
	margin: 0 5px 5px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	text-align: justify;
	font-style: italic;
}

h2 { font-size: 18px; } 
h3 { font-size: 14px; color: gray; }

a:link { font-weight: bold; color: #FF6600; text-decoration: none; }
a:visited { font-weight: bold; color: #FF6600; text-decoration: none; }
a:hover { font-weight: bold; color: #FF9900; text-decoration: none; }
a:active { font-weight: bold; color: #993300; text-decoration: none; }

li { list-style-image: url(images/cont_bullet.gif); }

.desc { margin-left: 10px; }
.desc img { padding: 5px; text-align: center; }
.expl { font-size: 10px; text-align: center;}
.order { padding: 10px; font-size: 16px; border: 1px solid #FF6600; background-color: #FFFFD4; }
.copy { padding: 0 0 0 10px; font: message-box; font-size: 14px; }
.nowrap { font: message-box; white-space: nowrap; }
.bloom_logo { display: block; float: right; }
.test_call { font-size: 12px; color: #FF6600; }
.error { margin: 10px; padding: 10px; border: 1px solid red; font-size: 12px; color: red; background-color: #FFDFDF; }
.success { color: #009900; background-color: #BBFFBB; text-align: center; padding: 6px; margin: 5px; border: 1px solid #009900; }

table.tbl_instafon {
	margin: 5px 20px 10px 5px;
}

table.tbl_instafon th,
table.tbl_instafon td {
	padding: 5px;
}

table.tbl_instafon th {
	border-bottom: 1px solid #008080;
}

.success {
	border: 1px solid #009900;
	background-color: #BBFFBB;
	color: #009900;
}

.errors {
	margin: 10px;
	/*padding: 5px;*/
	border: 1px solid red;
	background-color: #FFDFDF;
	color: red;
}

.total {
	font-weight: bold;
}

/** INSTAFON BUTTON **/
.btn_call,
.instafon_btn {
	border: none;
	outline: none;
}

.instafon_btn {
	width: 64px;
	height: 64px;
	background-image: url(/images/instafon_icon_64x.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.instafon_btn:hover {
	background-position: top right;
}