/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#body
{
	text-align:center;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;  		
	line-height:1.4em;
	color:#4D4D4D;
	background-color:#FFF;
	list-style-type:square; 
	margin:0px auto 0px auto;	   
	padding:0px;  
}

#contentbody
{
	text-align:center;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;  		
	line-height:1.4em;
	color:#4D4D4D;
	background-color:#FFF;
	list-style-type:square; 
	margin:0px auto 0px auto;	   
	padding:0px;  
}

#frame
{	
	width:924px;
	margin:0 auto;
	text-align:left;	
}

p {
	margin:5px 0px 7px 0px;
	font-size:1.1em;
}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:3px 0px 7px 0px;
	_margin:1px 0px 3px 0px;
	}
	
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-size:1.9em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

h3.small {
	font-size:1.1em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LISTS

ul {
	margin:0;
	padding:0;
	}

li 
{
    list-style-type:disc;
	padding:.2em 0 .2em 2em;
	margin-left:1.4em;	
	font-size:1.1em;
}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



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;	
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#d61719;
	text-decoration:none;
	font-size:1.2em; 
}

a:visited {
	color:#980000;
	text-decoration:none;
	font-size:1.2em;
}

a:hover {
	text-decoration:underline;
	font-size:1.2em;
}

a:active {
	color:#980000;
	font-size:1.2em;
}

#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;
	font-size:1em; 
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	REFAC Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navtop
{
	width:924px;
	height:25px; 
	background:#606060 url("./images/navtopdark.gif") 0 0 repeat-x;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Bottom Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navbot
{   
	background:#1F8FFF url(./images/navtopdark.gif) 0 0 repeat-x; 
    text-align:left;    
    border-top:1px solid red;
    border-bottom:1px solid red;
}

#navbot ul
{	
    width:100%;    
    height:22px;        
    list-style-type: none;    
    text-align: center;    
    padding:0px 0px 0px 30px;
    margin:0px;
}
#navbot ul li
{	
    display:inline;        
    color: #FFF;        
}

#navbot a:link,#navbot a:visited
{	
	display:block;	
	float:left;
	text-decoration: none;
	font-size: 1em;
    font-weight: bold;
    line-height:1.1em;	
    font-family: Verdana, Helvetica,Helvetica-Narrow, Tahoma, sans-serif;
	color: #FFF;	
	padding:7px 7px 0px 7px; 
	height:16px;    	
}

#navbot a:hover
{	
    text-decoration: underline;           
}


/*******************************************************************
Header
*******************************************************************/
#header
{
    color:#003399;		
	display:block;
	width:924px;
	height:97px;  
	position:relative;  
}

#logo
{
	position:absolute; 
	height:90px;
	width:277px; 
    top:4px;    
    left:-28px;    
    background:url('images/logo.jpg') no-repeat 0 0;
}
#caption
{
	position:absolute;
	width:670px;
	height:97px;
	top:0px;    
    left:254px;    
    background:url('images/caption.jpg') no-repeat 0 0;
}

#header h1
{	
    color:#003399;
	font-family:Georgia, Garamond , "Times New Roman" , Arial;      
	font-size:3.7em;	
	padding:15px 0px 0px 0px;
}
#header h2
{		
	color:#003399;	
	font-family:Georgia, Garamond , "Times New Roman" , Arial;      
	font-size:1.4em;	
	padding:2px 0px 0px 0px;
}


/*******************************************************************
DOWNLOAD
*******************************************************************/
#adownload a:link,#adownload a:visited
{		
    padding-left:70px; 
	text-decoration: none;
	font-weight:bold; 
	color: #FFF;		
}

#adownload a:hover
{
    text-decoration: underline;       
    color:#000; 
}

#adownload a:active
{
    text-decoration: none;        
    margin-left:0px;    
}


/*******************************************************************
Login
*******************************************************************/
#alogin a:link,#alogin a:visited
{		
    padding-left:100px; 
	text-decoration: none;
	font-weight:normal; 
	color: #CCCC99;		
}

#alogin a:hover
{
    text-decoration: underline;       
    color:#CCCC99; 
}

#alogin a:active
{
    text-decoration: none;        
    margin-left:0px;    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	POSTER PHOTO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#poster-photo-container {
	margin-top:3px;
	width:924px;
	background:#99CCFF;
	position:relative;
	}
	
.poster-photo-image {
	border-right:5px solid #FFF;
	display:block;
}



/*******************************************************************
TERMS
*******************************************************************/
#terms
{   
    width: 100%;    
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;    
    color: #003399;
    background-color: #fff;
    font-size: 1em;
}

#terms a
{
	color:#003399;	
	text-decoration:underline;	
} 

/*******************************************************************
Two Column Layout for main content
*******************************************************************/
#content-container-two-column {
	margin-top:3px;	
	margin-bottom:3px; 
	padding:5px 10px 5px 15px;
	width:897px;
	border:1px solid #003399;
	background:url(./images/bg-content-side.png) repeat-y right;
	position:relative;	
	}
	
#content-main-two-column {
	width:690px;
	float:left;	
	}

#content-side-two-column {
	float:right;
	width:180px;	
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column 
{
    
	margin-top:3px;	
	margin-bottom:3px; 
	padding:5px 10px 5px 7px;
	width:905px;
	border:1px solid #003399;
	background:url(./images/bg-three-column-main.png) repeat-y;
	position:relative;	
	}

#content-main-three-column {	
	width:490px;
	float:left;
	margin-left:0px;		
	}
	
#content-main-three-column 	li
	{
	    list-style-type:disc;	    
	    padding-bottom:10px;
	}

#content-side1-three-column {	
	width:180px;	
	margin-right:26px; 	
	}	

#content-side2-three-column {
	float:right;	
	width:180px;			
	}


#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%;
	}	


#midcolumn 
{
	margin-top:3px;	
	padding:5px 15px 5px 15px;
	width:892px;
	border:0px solid #818181;
	text-align:center;  
	margin-left:auto;
	margin-right:auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
	}

.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:884px;
	background:#1F8FFF;
	position:relative;
	color:#FFF;
	font-size: large;
	padding:.3em 20px .3em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
	}

.clr {
	clear:both;
	}
	
.clear {
	clear:both;
	}

.none {
    display:none;
}


.input
{
    color:Red;
    
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
* businessgrowth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#businessgrowth
{    
    text-align:left;   
    background: transparent url(images/businessgrowth.jpg) no-repeat; 
    width:160px;
    height:160px;     
    margin-top:20px;         
}

#businessgrowth a:link, #businessgrowth a:visited
{       
    display:block;    
    width:120px;
    height:110px;           
    text-align:center;    
    padding:40px 17px 0px 17px;
    color:Yellow; 
	text-decoration:none;	
	font-size:12px;
}


#businessgrowth a:hover {
	text-decoration:underline;	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
* businessgrowth fill in now
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#businessgrowthreq
{    
    text-align:left;   
    background: transparent url(graphics/clocks.jpg) no-repeat; 
    width:160px;
    height:160px;         
    text-align:center; 
    padding-top:10px;     
}

#businessgrowthreq a:link, #businessgrowthreq a:visited
{   
    display:block;
    width:140px;
    height:140px;    
    font:Tahoma;
    color:#84FF42;
    text-decoration:none;	
	font-size:13px;
	font-weight:bold;  	
	margin-left:10px; 
}


#businessgrowthreq a:hover {
	text-decoration:underline;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
* Ess
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#websiteby
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;    
    color:Gray;
    font-size:1em;
}

#websiteby a:link, #websiteby a:visited
{
    font-family:Verdana;  
    font-size:1.1em;
	color:#4D4D4D;	
	text-decoration:none;	
} 

#websiteby a:hover
{
    text-decoration:underline;
} 


.custom 
{  
	color:#4D4D4D;
	margin:0px;
	padding:0px;  
	text-align:left; 
	FONT-SIZE:1.1em;
}

.custom p 
{
	margin:0px 0px 0px 0px;	
	text-align:justify;
	padding:0px 0px 7px 0px;	
}

	
.custom hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:0px 0;
	_margin:0px 0;
}
	
.custom blockquote 
{
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(./images/bg-quote.png) no-repeat;
}

.custom blockquote p {
	margin:2px 0;
	}
	
.custom h1
{
    margin-top:12px;
    margin-bottom:4px; 
    padding:0px;  
    font-size:1.6em;
    color:#003399;
}

.custom h2
{
    margin:6px 0px 4px 0px;
    padding:0px;  
    font-size:1.3em;
    color:#1F8FFF;
}

.custom h3
{
    margin:0px;
    padding:0px;  
    font-size:1.2em;
    color:#1F8FFF;
}

.custom h4
{
    margin:0px;   
    padding:0px;   
    font-size:1.1em;
    color:red;    
    width:100%;    
    text-align:center;  
}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.custom ul
{    
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;	
	list-style-type:disc;	
	list-style-position: inside;	
	text-indent: -1.6em;	
}

.custom li
{   
	list-style-type:disc;
	padding:.2em 0 .2em 2em;
	margin-left:.4em;	
}

.custom a:link {
	color:#d61719;
	text-decoration:none;	
	font-size:1em; 	
}

.custom a:visited {
	color:#980000;
	text-decoration:none;
	font-size:1em;
}

.custom a:hover {
	text-decoration:underline;
	font-size:1em;
}

.custom a:active {
	color:#980000;
	font-size:1em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.custom img
    {
	border:none;
	}


.input
{
    color:Red;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
* Info Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.info
{
	border-collapse:separate; 
	border:none;
}

tr.info
{
	text-align:left;
	font-weight:bold;
	color:#fff;
	background-color:#003399;      
}

table.info th
{
    padding-top:5px; 
    text-align:right ;
    vertical-align:top;   
}
table.info td
{    
    width:500px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
 Default r.a.d.panelbar 4 SiteFinity skin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.RadPanelbar_SiteFinity
{
	/*
	background: #4693b6;
	*/
	/*
	white-space: nowrap;
	*/	
	border-top: dotted 1px #B2B2B2;	    
	width:168px;	
}


.RadPanelbar_SiteFinity .rootGroup
{
	padding: 0px;		
}

.RadPanelbar_SiteFinity .text
{
	/*
	color: red;
	*/
	padding: 0px 8px;
	/*
	font: normal 11px Arial, Verdana, Sans-serif;
	*/
}

.RadPanelbar_SiteFinity .image
{
	margin:0px 0px;
}

.RadPanelbar_SiteFinity ul.rootGroup li
{	
	background:url('./images/list-bullet-01-link.gif') no-repeat 0 .8em;		
}

.RadPanelbar_SiteFinity .rootGroup .text
{
	line-height: 18px;
	/*
	color: red;
	*/	
	/*
	background: url('Img/ArrowLeft.gif') no-repeat left center;
	*/
}

.RadPanelbar_SiteFinity .rootGroup .text:hover
{
    color: #FFF;		
	background:#1F8FFF url('./images/list-bullet-01-link.gif') no-repeat 0 .8em;		
	text-decoration:none;
}

.RadPanelbar_SiteFinity .rootGroup .link
{
	/*
	background: #4693b6;
*/
	
	border-bottom: dotted 1px #B2B2B2;	
	padding-left: 0px;
}

.RadPanelbar_SiteFinity .group .text
{
	background: none;
	/*
	color: white;
	*/
}

.RadPanelbar_SiteFinity .group
{
	/*
	background: #4693b6 url('Img/SlideBg.gif');
	*/
}

.RadPanelbar_SiteFinity .group .link
{
	background: none;
	border-bottom: 0px;
}


.RadPanelbar_SiteFinity .group .link .selected
{
	/*
	background: url('Img/ArrowLeft.gif') no-repeat left center;
    */
}

.RadPanelbar_SiteFinity .group .selected
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_SiteFinity .rootGroup .selected .text
{
	/*
	background: url('Img/ArrowLeft.gif') no-repeat left center;
	*/
}

.RadPanelbar_SiteFinity .rootGroup .expanded .text
{
	/*
	background: url('Img/ArrowDown.gif') no-repeat left center;
	*/
}

.RadPanelbar_SiteFinity .group .selected .text
{
	font-weight: normal;
	/*
	background: url('Img/Plus.gif') no-repeat left center;
	*/
	/*
		color: white;
	*/
	line-height: 22px;
}

.RadPanelbar_SiteFinity .group .expanded .text
{
	/*
	color: white;	
	background: url('Img/Minus.gif') no-repeat left center;
	*/
}

.RadPanelbar_SiteFinity .level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
}

.RadPanelbar_SiteFinity .level2 .selected .text,
.RadPanelbar_SiteFinity .level2 .expanded .text
{
	background: none;
	text-decoration: underline;
}

.RadPanelbar_SiteFinity .rootGroup .disabled:hover,
.RadPanelbar_SiteFinity .rootGroup .disabled .text
{
	background: #4693b6;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_SiteFinity .rootGroup .group .disabled:hover,
.RadPanelbar_SiteFinity .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.panelbar
{
	width:250px;
}

.panelbar .rootGroup,
.panelbar .group,
.panelbar .item
{
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}

/*Undo CSS attributes inherited from the menu */
.panelbar .item
{
	float:none;
	display:block;
	position:static;
}
/*Undo CSS attributes inherited from the menu*/
.panelbar .slide
{
    position:static;
    float: none;
    height:auto;
}

.panelbar .text:after,
.panelbar .template:after,
.panelbar .item:after
{
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.panelbar .link,
.panelbar .text
{
	text-decoration:none;
	display:block;
}

.panelbar .image
{
	float:left;
	border:0;
	vertical-align:middle;
}

.panelbar .level1
{
	overflow:auto;
	overflow-x:hidden;
}

.panelbar .link
{
	width:100%;
	outline:none; /* Remove this for FF to put dotted border around the focused item */
}

.panelbar .text
{
	cursor:pointer;
	_cursor:hand;
}

.panelbar .slide
{
	overflow:hidden;
	display:none;
}


.panelbar .group
{
	display:none;
}

.rtl .image
{
	border:0;
	float:right;
}

.rtl 
{
	text-align:right;
}



.callback
{	
	color:#003399; 	
	width:175px;
	height:143px; 	
	background:Transparent url('images/header_bg.png') -50px 0 repeat-y;	
	padding:12px; 	
	position:relative;
	border-bottom:dashed 1px #CCC; 
	top:-5px;    
	left:-9px;
}

.callback h1
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;	
}

.btnCallBack
{	
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	color:#FFF;
		font-size:12px;
		font-weight:bold;  
		width:100%;
		height:25px; 
		margin:7px 0px 0px 0px;  
	background:url('images/btn_bg_ovr.png') no-repeat 0 0; 	
		cursor:pointer;
		_cursor:hand;
}
