/*
==================================================
 Stylesheet for choosemedicalbilling.com
 July 14, 2010
==================================================
*/

html { min-height: 100%; margin-bottom: 1px; }

body	{
margin: 0;
padding: 0;
text-align: center;
background: #22517b;
}

.outer	{
width: 100%;
background: url(../i/outerBg.jpg) repeat-y center #d8e7f7;
}

.wrapper	{
font: 14px 'myriad pro', helvetica, sans-serif;
margin: auto;
padding: 20px 0 0 0;
width: 715px;
}

.header	{
width: 715px;
padding-bottom: 15px;
}

.logo a	{
width: 270px;
height: 105px;
display: block;
background: url(../i/logo.gif);
}

h1	{
margin: 0;
padding: 0;
font: 18px 'myriad pro', helvetica, sans-serif;
color: #5895cd;
}

.left	{
float: left;
width: 350px;
text-align: left;
}

.right	{
float: right;
width: 350px;
text-align: left;
}

.form	{
position: relative;
border: 1px solid #ddd;
padding: 15px;
margin: 15px 0 25px 0;
background: #f8f8f8;
-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
}

.padding	{
text-align: left;
padding: 20px 5px 0 5px;
}

.required	{
color: #f00;
}

.footer	{
width: 100%;
background: url(../i/footerShadow.gif) repeat-x;
}

.footerContent	{
padding: 20px 0;
font: 12px 'myriad pro', helvetica, sans-serif;
color: #8cb7d8;
text-align: center;
line-height: 1.4em;
}

.clear:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
