/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
/*background-color: #DDD;*/
}

div#mb_center {
/*background-color: #FFF;*/
}

div#mb_contents {
width: 400px;
height: 400px;
/*border: 10px solid #DDD;*/
overflow: auto;
/*background-color: #FFF;*/
visibility: hidden;
}

.mb_loading {
background: #FFF url(../images/loadingmoodal.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
/*font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;*/
}

a#mb_close_link {
/*display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabelmoodal.gif) no-repeat center;
margin: 5px 0;*/
}

div#mb_caption {
margin-right: 71px;
}
.ImportContact{width:620px;padding:4px 3px 27px 3px;background-color:White;}
.ImportContact p{margin:0px;}
.ImportContact-header{height:31px; background-color:#7b7b7b;width:595px;padding:10px 12px 0 13px;}

a.ovalbutton{
background: transparent url(../images/oval-orange-left.gif) no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url(../images/oval-orange-right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}