﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - TWO COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
    {
	    margin-top:3px;
	    margin-left:auto;
	    margin-right:auto;
	    padding:15px;
	    width:850px;
	    height:auto;
	    border-top:1px solid #818181;
	    border-left:1px solid #818181;
	    border-right:1px solid #818181;
	    background: #ffffff url(../../images/bg-content-side.png) repeat-y right;
	    position:relative;
	}

#content-main-two-column
    {
	    width:640px;
	    float:left;
    }

#content-side-two-column
    {
	    float:right;
	    width:180px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - THREE COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column
    {
	    margin-top:3px;
	    margin-left:auto;
	    margin-right:auto;
	    padding:15px;
	    width:850px;
	    border:1px solid #818181;
	    background:url(../../images/bg-three-column-main.png) repeat-y;
	    position:relative;
	}

#content-main-three-column
    {
	    width:659px;
	    float:left;
	    margin-left:25px;
        height: auto;
    }

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	margin-right:10px;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HOME PAGE - THREE COLUMN SECTION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container
    {
	    background: url(../../images/bg-three-column-home.png) repeat-y;
	    padding:0;
	    margin:20px 0 10px 0;
	}

#three-column-side1
    {
	    float:left;
	    width:30%;
	}

#three-column-side2
    {
        float:right;
        width:30%;
	}

#three-column-middle
    {
	    width:30%;
	    margin:0px 32% 0px 35%;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	INSIDE PAGES - THREE BOXES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-boxes
    {
	    padding:0;
	    margin:40px 0 10px 0;
	    background-color:#eee;
	    height:150px;
	    width:100%;
	}

.three-boxes-side1
    {
	    margin:10px 5px 10px 10px;
	    border:#4d4d4d 1px solid;
	}

.three-boxes-side2
    {
        margin:5px;
        border:#4d4d4d 1px solid;
	}

.three-boxes-side3
    {
	    margin:10px 10px 10px 5px;
	    border:#4d4d4d 1px solid;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
	{
		margin:0px;
/*		background-COLOR: #454444;  */
		background: #31363c url(../../images/bg.gif) repeat-x;
		font-family: Arial, Verdana, sans-serif;
		font-size: 9pt;
		color:#4d4d4d;
	}

p {
	margin:10px 0;
  }

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/* -------------------------	HEADINGS ---------------------------------- */
	
h1, h2, h3, h4, h5, h6 {
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
/*	color: #6597cf;  */
	color: #0436a2;
}

h1
    {
        font-size:1.8em;
	    margin: 5px 0 5px 0;
	    border-bottom: 1px solid;
    }

h2
    {
	    font-size:1.4em;
    }

h3
    {
	    font-size:1.2em;
	    border-bottom: 1px solid;
    }

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color: #0436a2;
	text-decoration:none;
}

a:visited {
	color: #0436a2;
	text-decoration:none;
}

a:hover 
{
	color: #0095f4;
	text-decoration:none;
}

a:active {
	color:#0095f4;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover 
{
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	}
	

#top-information-home
    {
        text-align:left;
        float:right;
        position:absolute;
        top:0;
        right:0;
        height:2em;
        width:15%;
        padding:0 1.5% 0 0;
        font-size:10pt;
        font-weight:bold;
        margin-top:10px;
    }
	
#top-information-phone
    {
        text-align:right;
        position:absolute;
        top:0;
        left:45%;
        height:100%;
        padding:0 0 0 2%;
        font-size:12pt;
        font-weight:bold;
        margin-top:10px;
        color:#0436a2;
        line-height:16pt;
        letter-spacing:1px;
      }

#top-information-link
    {
	    text-align: center;
	    border-left:1px dashed #CACACA;
	    position:absolute;
	    top:0;
	    right:0;
	    height:2em;
	    width:8.5%;
	    padding:0 0 0 1.5%;
	}

#heading
    {
	    text-align: left;
	    font-size:1.4em;
	    font-weight:bold;
	}

#subheading
    {
	    font-size:1.1em;
	    font-weight:bold;
	}

#logo
    {
        margin-top:5px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MAIN NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
    {
	    background: url(../../images/bg-nav.png) no-repeat;  
/*	    background-color:#0436a2;*/
	    margin-left:auto;
	    margin-right:auto;
	    width:880px;
	    padding:.8em 0 1em 0px;
	    position:relative;
	    font-weight:bold;
	    font-size:10pt;
	    text-align:center;
    }

#nav-main table
    {
        margin-left:10px;
    }

#nav-main a:link, #nav-main a:visited
	{
		color:#FFFFFF;
		text-decoration:none;
	}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}


/* --------------- MAIN BANNER ----------------- */

#poster-photo-container-main
    {
	    margin-top:3px;
	    margin-left:auto;
	    margin-right:auto;
	    width:880px;
	    background:#4274a5;
	    position:relative;
	    top: 0px;
        left: 0px;
    }
	
.poster-photo-image
    {
	    border-right:3px solid #FFF;
	    display:block;
	    width: 665px;
	    height:180px;
	}


/* styling for main page */
#feature-area-home-main
    {
        position:absolute;
        top:0;
        right:0;
        height:180px;
        text-align:right;
        padding:0;
        background-color: #4274a5;
        color:#ffffff;
}

#feature-area-home-main a:link, #feature-area-home-main a:visited
    {
	    color:#dcf2f7;
	    text-decoration:underline;
	}

#feature-area-home-main a:hover
    {
	    text-decoration:none;
	}

#mainpageBoxTech
    {
        float:left;
        height:260px;
        width:260px;
        margin-right:5px;
        background: url('../../images/mainpage/mainpage-box-tech.jpg') no-repeat top left;
    }

#mainpageBusiness
    {
        float:left;
        height:260px;
        width:260px;
        margin-left:5px;
        background: url('../../images/mainpage/mainpage-box-owners.jpg') no-repeat top left;
    }

#mainpageTrial
    {
        float:right;
        height:215px;
        width:528px;
        margin-top: 20px;
        background: url('../../images/mainpage/mainpage-box-trial.jpg') no-repeat top left;
    }

#mainpageQuestions
    {
        float:right;
        height:125px;
        width:528px;
        margin-top: 10px;
        background: url('../../images/mainpage/mainpage-box-questions.jpg') no-repeat top left;
        vertical-align:top;
    }

.mainPagePhone
    {
        color:#0436a2;
        font-size:1.4em;
        font-weight:bold;
        line-height:1.1em;
        letter-spacing:2px;
        float:left;
    }

#mainpageQuestions .chatBox
    {
        float:right;
        margin: 20px 0 0 0;
    }

#mainpageBoxTech h3, #mainpageBusiness h3, #mainpageTrial h3
    {
        width: 95%;
        border-bottom: #4274a5 1px solid;
        font-size:1.2em;
    }

.innerBoxSmall
    {
        margin:50px 5px 2px 25px;
    }

.innerBoxWide
    {
        margin:60px 5px 2px 25px;
    }

.mainpageButton
    {
        float:right;
        margin:15px 10px 5px 5px;
    }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	pagetitle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pagetitle
    {
        margin-top:2px;
        margin-left:auto;
        margin-right:auto;
        width:740px;
        background:#608fc8;
        position:relative;
        color:#d5e8ff;
        font-size: large;
        padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TREE VIEW CONTROL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}

.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LISTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HOME PAGE FEATURE AREA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.feature-area {
	background-color:#6799D1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	IMAGES & PHOTOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.photo-float-right {
	float:right;
	margin-left:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
    {
/*	    background:#608fc8 url(../../images/bg-nav.png) bottom left no-repeat;  */
	    background-color: #f8f8fa;
	    margin-top:3px;
	    margin-left:auto;
	    margin-right:auto;
	    width:880px;
	    padding:. 0 0 1em 0px;
	    position:relative;
	    color:#4d4d4d;
	    font-size:.9em;
    }


#footer a:link, #footer a:visited {color:#4d4d4d;text-decoration:none;}

/*  #footer a:hover {color:#4d4d4d;text-decoration:underline overline;} */

#footer a:hover {color:#fff; background-color: #ccc;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER-SUB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
    {
	    margin-top:1em;
	    margin-left:auto;
	    margin-right:auto;
	    width:850px;
	    text-align:center;
	    padding:.1em 0 2em 0;
	    background-color:#4d4d4d;
	    position:relative;
	    color:#fff;
    }

#footer-sub ul
    {
	    margin:0;
	    padding:0;
    }
	
#footer-sub li
    {
	    display:inline;
	    list-style:none;
	    padding:0 1em 0 0;
	    background:none;
    }

#footer-sub a:link, #footer-sub a:visited
    {
	    text-decoration:none;
	    color:#ccc;
    }

#footer-sub a:hover {
	color:#ccc;
	text-decoration:underline overline;
}


#footerDivMain
    {
        width: 850px;
        height:auto;
        border-top: #bababa 1px dashed;
        background-color: #f8f8fa;
        text-align:center;
        float:left;
        margin: 40px 0 -30px -15px;
        vertical-align:bottom;
    }
 
#footerTableMain
    {
        width: 100%;
        height: 100%;
        top:0;
        background-color: #f8f8fa;
        text-align:left;
        margin: 0px;
    }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
		 PRICING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.priceHeader
	{
	background-color: #0436a2;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	}

.priceHeaderDark
	{
	background-color: #686868;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	}

.priceCol01
	{
	width: 150px;
	padding: 4px 5px;
	}
	
.priceCol02, .priceCol03, .priceCol04, .priceCol05
	{
	width: auto;
	padding: 4px 5px;
	text-align: center;
	}

.priceRowBronze
	{
	background-color: #d0cdc0;
	border-bottom: 1px solid #00136d;
	}

.priceRowSilver
	{
	background-color: #d2d2d2;
	}
	
.priceRowGold
	{
	background-color: #e9e1b2;
	}

.priceRowPlatinum
	{
	background-color: #ececec;
	}

.priceRowBackup
	{
	background-color: #979797;
	color: #fff;
	}

.packageImage
	{
	margin: 3px 5px;
	}

.priceYear
	{
	color: #669;
	}

.priceBackup01
	{
	color: #fff;
	}

.priceBackup02
	{
	color: #e7e7e7;
	}
	
 .usersTextBox
	{
		top:10px;
		margin: 0 0 5px 0;
		vertical-align:middle;
	}

.pricingButton
	{
		margin-top:10px 0 5px 0;
	}

.pricingTable
	{
		font-weight:bold;
		font-size: 10pt;
		margin-left:15px;
	}

.pricePerMonthLabel
    {
        height: 14pt;
    }

.text { font: 8pt, Arial; color: #666666; line-height: 1em;}
.tBold {font-weight:bold;}
.formField {font: 9pt, Arial; color: #666666;}
.errorField {font: 9pt, Arial; color: #666666; line-height: 1.87;border:#666666 1px solid;width:400px;margin-left:30px;max-height:100px;}
.calculatorField {font: 12pt, Arial; color: #666666; line-height:1.5em;}
.affiliateLinkField {font: 7pt, Arial; color: #666666; line-height: 1.5;}

.dnsDomainName
	{
		font-weight:bold;
		text-transform:uppercase;
	}

.side_box
	{
	position: relative;
	float:right;
	width: 160px;
	background-color: #FFF448;
	font-size: 10pt;
	border: 1px solid #00136D;
	line-height: 1.3em;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 10px;
	}

/*  ----- FAQS ----- */

.faqHeader
	{
		font-weight:bold;
		background-color: Yellow;
	}

.faqHeaderSelected
	{
		font-weight:bold;
		background-color: Green;
	}

.faqContent
	{
		background-color: #cccccc;
		font-size: 10pt;
	}


.text_blue
	{
		color: #0095f4;
	}

.text_light
	{
		color: #7bd2e4;
	}

.textLeft
	{
		text-align:left;
	}

.tableheader
	{
		font-weight:bold;
		color:#ffffff;
		background-color: #0436a2;     
/*		background-color: #6597cf;*/
	}

#LiveChatBox
	{
	position: relative;
	right: 21px;
	margin-top: -2px;
	padding: 0;
	height: auto;
	text-align: center;	
	float: right;
	}

.alternatingRow
	{
		background-color: #e1e1e1;
	}

.floatPicR
	{
		float:right;
		margin: 5px 0 5px 10px;
	}

.announcement
	{
		border: #0095f4 2px solid;
		background-color: 
	}

#twitterWidget
    {
        width:170px;
        height:auto;
        margin: 20px 10px 20px 0;
    }

/* Surveys */

#surveyTable
    {
        width: 460px;
        border: #ccc 1px solid;
        margin-left:10px;
    }

#surveyTable td
    {
        line-height:16pt;
    }

#surveyTable .surveyTableHeader
    {
        color: #fff;
        font-weight:bold;
        background-color: #4867b0;
    }

#surveyTable .alternatingRow
    {
        background-color: #e9e9e9;
    }

 #surveyTable .surveyNumber
    {
        font-weight:bold;
        font-size:14pt;
        color: #4867b0;
        width: 20px;
        padding:3px;
    }

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../images/SavedStar.png);
}


/***************** SUPPORT FORMS  *****************/

#supportForm
    {
        width: 600px;
        height:500px;
        background: url('../../images/support-form-top.jpg') top left no-repeat;
    }

#contactForm
    {
        width: 600px;
        height:500px;
        background: url('../../images/contact-form-top.jpg') top left no-repeat;
    }

#partnerForm
    {
        width: 600px;
        height:500px;
        background: url('../../images/partner-form-top.jpg') top left no-repeat;
    }

#trialForm
    {
        width: 600px;
        height:700px;
        background: url('../../images/trial-form-top.jpg') top left no-repeat;
    }

#guideForm
    {
        width: 600px;
        height:360px;
        background: url('../../images/contact-form-guide.jpg') top left no-repeat;
    }

.formFooter
    {
        width: 600px;
        height: 30px;
        background: url('../../images/form-bottom.jpg') top left no-repeat;
    }
   
/***************************/
/* Mouseover CallGuarantee */
/***************************/

#callAnswerBox
	{
		position:absolute;
		text-align:right;
		z-index:1500;
		left:0;
		width:935px;
    top: 1px;
}

a.popCallBoxLink
    {
    	position:relative;
        top:5px;
        right: 0px;
        z-index:1400;
		background: transparent;
        text-decoration:none;
		float:right;
    }

a.popCallBoxLink span
    {
        display:none;
        z-index:1400;
    }

a.popCallBoxLink:hover
    {
        cursor:default;
        z-index:1400;
    }

a.popCallBoxLink:hover
.popCallbox
	{
	    display:block;
	    position:absolute;
	    top:5px;
	    font-size:1.1em;
	    left: -30px;
	    width: 230px;
	    height:auto;
	    overflow-y: auto;
	    background-color:#eaeaea;
	    color:#555;
	    border:1px solid #355f87;
	    padding:1ex;
	    z-index:1500;
	}
