﻿body 
{
    font-size: 0.8em;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #666666;
    background: #e8e8e8;
}
h1
{
    font-size: 22px;
    padding: 45px 0 16px 0;
    margin: 0;
    color: #ff3600;
    font-weight: normal;    
}
a:link
{
    text-decoration:none;
}
a:visited
{
    text-decoration:none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
a.external_link:link
{
    border-bottom:1px solid;
}
a.external_link:visited
{
    border-bottom:1px dotted;
}
a.external_link:hover
{
}
a.external_link:active
{
}
a.red:link 
{
    color: #ff7256;
}
a.red:hover 
{
    text-decoration: underline;
}
a.red:visited 
{
    color: #ff7256;
}

#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 995px;
    height: auto;
    overflow: hidden;
    background: #fff url(/images/container_border.gif) repeat-y top left;
}
#logo_menu 
{
    float: left;
    width: 176px;
    padding: 20px 0 0 50px;
    height: auto;
    overflow: hidden;
}
#logo a 
{
    display: block;
    width: 176px;
    height: 81px;
    background: url(/images/webigence_logo_sprite.jpg) no-repeat 0 0;
}
#logo a:link, #logo a:visited
{
    background: url(/images/webigence_logo_sprite.jpg) no-repeat 0 0;
}
#logo a:hover
{
    background: url(/images/webigence_logo_sprite.jpg) no-repeat -176px 0;
}
#main_content 
{
    float: left;
    width: 730px;
    padding: 5px 0 0 33px;
    height: auto;
    overflow: hidden;
    border: none 1px black;
}
.bg_what_we_do 
{
    background: #fff url(/images/bkgd_whatwedo.jpg) no-repeat top right;
}
.bg_case_studies 
{
    background: #fff url(/images/bkgd_casestudies.jpg) no-repeat top right;
}
.bg_news
{
    background: #fff url(/images/bkgd_news.jpg) no-repeat top right;
}
.bg_aboutus
{
    background: #fff url(/images/bkgd_aboutus.jpg) no-repeat top right;
}
.bg_contactus
{
    background: #fff url(/images/bkgd_contactus.jpg) no-repeat top right;
}
#login_search
{
    height: 45px;
    overflow: hidden;
    padding: 0 50px 0 0;
}

.login_search_li_fix
{
	padding-top: 4px;
}

#login_search ul 
{
    margin: 0;
    padding: 5px 0 0 0;
}
#login_search li
{
    float: right;
    list-style: none;
    padding-left: 2px;
}

#div_login_search_links a:link 
{
    color: #555555;
    text-decoration: none;
}
#div_login_search_links a:visited 
{
    color: #555555;
}
#div_login_search_links a:hover
{
    color: #fa3d17;
}

#div_login 
{
    display: none;
}
#div_search 
{
    display: none;
}
.login_search_button 
{
    padding: 0 0 0 4px;
}
a.button_standard 
{
    background: url(/images/but_standard.gif) no-repeat top left;
    display: block;
    width: 64px;
    height: 18px;
    padding: 5px 0 0 0;
    font-size: 11px;
    color: #595959;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
a.button_standard:hover
{
    background: url(/images/but_standard.gif) no-repeat 0 -24px;
}
#header_navigation 
{
    font-size: 16px;
    padding: 28px 0 0 0;
    height: auto;
    overflow: hidden;
}
#header_navigation ul
{
    padding: 0;
    margin: 0;
}
#header_navigation li
{
    float: left;
    list-style: none;
    padding: 0 22px 0 0;
}
#header_navigation a:link
{
    text-decoration: none;
    color: #666666;
}
#header_navigation a:visited 
{
    color: #666666;
}
#header_navigation a:hover, #header_navigation a.selected
{
    color: #fa3d17;
}
#menu_key
{
    padding: 45px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
}
.menu_box 
{
    height: auto;
    overflow: hidden;
    padding: 0 0 5px 0;
    position: relative;
}
.menu_box a
{
    position: relative;
    background: url(/images/left_menu_box.gif) no-repeat top left;
    display: block;
    width: 163px;
    height: 23px;
    padding: 8px 0 0 13px;
    margin: 0 0 5px 0;
    outline-style: none;
    color: #777777;
    z-index: 2;
}
.menu_box a.title_selected 
{
    color: #fa3d17;
}
.menu_box a.title_link
{
    color: #777777;
}
.menu_box a.title_link:visited
{
    color: #777777;
}
.menu_box a.title_link:hover
{
    color: #fa3d17;
}
.menu_box ul
{
    list-style: none;
    margin: 0;
    padding: 2px 0 0 15px;
}
.menu_box li
{
    padding: 0 0 2px 0;
    font-size: 12px;
}
.menu_box li a
{
    color: #666666;
    background: none;
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    outline-style: none;
    font-weight: normal;
}
.menu_box li a:visited 
{
    color: #666666;
}
.menu_box li a:hover, .menu_box li a.title_selected
{
    color: #fa3d17;
}
.menu_box_on_off_image 
{
    position: absolute;
    top: 9px;
    left: 152px;
    cursor: pointer;
    z-index: 1;
}
.menu_box_on_off_image_separate
{
    position: absolute;
    top: 9px;
    left: 152px;
    cursor: pointer;
    z-index: 3;
}
.menu_box_grey 
{
    height: auto;
    overflow: hidden;
    padding: 20px 0 5px 0;
    position: relative;
}
.menu_box_grey h3
{
    background: url(/images/left_menu_box_grey_bg.jpg) no-repeat top left;
    width: 162px;
    height: 22px;
    padding: 8px 0 0 13px;
    margin: 0 0 5px 0;
    outline-style: none;
    font-size: 12px;
    font-weight: bold;
}
.menu_box_grey ol
{
    margin: 0 0 0 0;
    padding: 0 0 0 35px;
}
.menu_box_grey li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 11px;
}
.menu_box_grey li a
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #666666;
    position: relative;
    left: -8px;
}
.menu_box_grey li a:visited 
{
    color: #666666;
}
.menu_box_grey li a:hover
{
    color: #fa3d17;
}
#brand_message_home
{
    padding: 10px 0 0 0;
    height: auto;
    overflow: hidden;
}
#brand_message 
{
    padding: 10px 0 24px 0;
    height: auto;
    overflow: hidden;
}
#main_content_two_column 
{
    height: auto;
    overflow: hidden;
    padding: 0;
}
#page_text 
{
    float: left;
    width: 404px;
    font-size: 12px;
    padding-bottom: 40px;
}
#page_text p 
{
    line-height: 17px;
}
#page_text_home 
{
    float: left;
    width: 404px;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 40px;
}
#page_text_home h1 
{
    font-size: 16px;
    padding: 25px 0 15px 0;
    color: #666666;
    line-height: 20px;
}
#page_text h1.big_header 
{
    font-size: 22px;
    padding: 45px 0 16px 0;
    margin: 0;
    color: #ff3600;
    font-weight: normal;
}

#page_text p 
{
    padding: 0 0 15px 0;
    margin: 0;
}
#page_text_home p 
{
    padding: 0 0 15px 0;
    margin: 0;
}
#page_ads_homepage
{
    float: left;
    width: 270px;
    padding: 22px 0 0 8px;
}
#page_ads 
{
    float: left;
    width: 265px;
    padding: 40px 0 0 13px;
}
.page_ad_box 
{
    height: auto;
    overflow: hidden;
    padding: 44px 0 15px 0;
    position: relative;
}
.page_ad_box_top 
{
    background: url(/images/page_ad_box_top.gif) no-repeat top left;
    width: 264px;
    height: 51px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.page_ad_box_top h2 
{
    position: absolute;
    top: 17px;
    left: 60px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #595959;
}
.page_ad_box_symbol_exclamation 
{
    background: url(/images/page_ad_header_exclamation.jpg) no-repeat center center;
    height: 100%;
    width: 52px;
    z-index: 10;
}
.page_ad_box_symbol_asterisk 
{
    background: url(/images/page_ad_header_asterisk.jpg) no-repeat center center;
    height: 100%;
    width: 52px;
    z-index: 10;
}
.page_ad_box_middle
{
    background: url(/images/page_ad_box_middle.gif) repeat-y top left;
    width: 270px;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    position: relative;
}
.page_ad_box_middle_bg 
{
    background: #fff;
    position: absolute; top: 0px; left: 28px; height: 300px; width: 235px;
    border: none 1px black;
    z-index: 2;
}
.page_ad_box_middle_bg
{
    filter:alpha(opacity=50); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity:.50; opacity:.50;
}
.page_ad_box_middle_text 
{
    width: 195px;
    height: auto;
    overflow: hidden;
    padding: 8px 5px 8px 59px;
    font-size: 12px;
    z-index: 10;
    position: relative;
    color: #595959;
}
.page_ad_box_middle_text ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 17px;
    color: #ff7256;
    width: 175px;
}
.page_ad_box_middle_text li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.page_ad_box_middle_text li a
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: -4px;
}
.page_ad_box_bottom
{
    background: url(/images/page_ad_box_bottom.gif) no-repeat top left;
    /*filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;*/
    width: 270px;
    height: 4px;
}
.page_ad_rss 
{
    height: auto;
    overflow: hidden;
    border: none 1px green;
    padding: 0 0 10px 0;
}
.page_ad_rss a 
{
    display: block;
    background: url(/images/page_ad_rss.gif) no-repeat top left;
    width: 205px;
    height: 33px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 18px 0 0 60px;
    border: none 1px blue;
    color: #595959;
}
a.page_add_rss_small 
{
    font-size: 12px;
    color: #555555;
}
#key_links 
{
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 4px;
}
#key_links_header 
{
    background: url(/images/footer_header_bar.jpg) no-repeat top left;
    width: 985px;
    height: 22px;
}
#key_links_content 
{
    width: 955px;
    height: auto;
    overflow: hidden;
    background: #e8e8e8;
    padding: 30px 0 20px 30px;
    font-size: 12px;
}
#key_links_main 
{
    background: url(/images/key_links_main_separator.gif) repeat-y top left;
    float: left;
    height: auto;
    overflow: hidden;
    width: 712px;
    padding: 0 24px 0 0;
    z-index: 1;
    position: relative;
}
#key_links_main_title
{
    background: url(/images/key_links_nav_main.gif) no-repeat top left;
    height: 57px;
    z-index: 2;
}
#key_links_services 
{
    float: left;
    padding: 11px 30px 0 48px;
}
#key_links_products
{
    float: left;
    padding: 11px 30px 0 0;
}
#key_links_partnerships
{
    float: left;
    padding: 11px 32px 0 0;
}
#key_links_case_studies
{
    position: absolute;
    left: 490px;
    top: 68px;
}
#key_links_about_us
{
    position: absolute;
    left: 608px;
    top: 68px;
}
#key_links_main ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#key_links_main li 
{
    padding: 0 0 3px 0;
}
#key_links_main li.title 
{
    font-weight: bold;
}
#key_links_main a
{
    color: #666666;
}
#key_links_main a:visited
{
    color: #666666;
}
#key_links_main a:hover
{
    color: #fa3d17;
    text-decoration: underline;
}
#key_links_contact 
{
    float: left;
    background: url(/images/key_links_nav_contact_details.jpg) no-repeat top left;
    height: auto;
    overflow: hidden;
    width: 128px;
    padding: 68px 0 0 42px;
}
#key_links_contact ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#key_links_contact li 
{
    padding: 0 0 3px 0;
}
#footer {
    background: #fff url(/images/footer_top.jpg) repeat-x top left;
    height: auto;
    overflow: hidden;
    font-size: 11px;
    text-align: center;
    padding: 10px 0 8px 0;
}
.clear 
{
    clear: both;
}
.textbox 
{
    font-family: Arial;
    color: #666666;
}
.textbox_Watermarked {
	background-color: #F8F8EE;	
	font-size: small;	
	border: #CD3332 1px solid;
	color: #bbb;
}

#contact_us_form .textbox 
{
    border: solid 1px #666;    
}
#contact_us_form.contact_form input,textarea
{
    width: 220px;
}
#contact_us_form .intro_form 
{
    font-size: 1.1em;
}
#contact_us_form.intro_form input,textarea
{
    width: 220px;
}
#intro_form_container 
{
    padding: 30px 0 0 0;
}

/* NEWS AND ARTICLES */
#featured_article 
{
    height: auto;
    overflow: hidden;
}
.featured_article_top 
{
    background: url(/images/featured_article_top.gif) no-repeat top left;
    width: 395px;
    height: 34px;
}
#featured_article_content
{
    background: url(/images/featured_article_middle.gif) repeat-y top left;
    width: 355px;
    height: auto;
    overflow: hidden;
    padding: 0 20px 0 20px;
}
#featured_article_content h1
{
    font-size: 15px;
    margin: 0;
    padding: 5px 0 2px 0;
    font-weight: normal;
}
#featured_article_content h1 a 
{
    color: #ff3600;
}
#featured_article_content h2
{
    font-size: 22px;
    color: #666666;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
#featured_article_content p
{
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.featured_article_bottom
{
    background: url(/images/featured_article_bottom.gif) no-repeat top left;
    width: 395px;
    height: 34px;
}
.highlight_articles 
{
    padding: 0 0 20px 20px;
}
.news_page_news_items
{
    padding: 35px 0 20px 0;
}
#standard_news_articles h2
{
    font-size: 22px;
    color: #666666;
    margin: 0;
    padding: 12px 0 4px 0;
    font-weight: normal;
}
#standard_news_articles div
{
    margin: 0;
    padding: 8px 0 0 0;
}
#standard_news_articles p
{
    font-size: 12px;
    color: #999999;
    margin: 0;
    padding: 3px 0 0 0;
    font-weight: normal;
}
#standard_news_articles p span
{
    color: #666666;
}
#navigate_back
{
	margin-top: 50px;
    padding: 2px 0 0 25px;
    height: 17px;
    background: url(/images/arrow_top_left.gif) no-repeat top left;
}

#standard_news_article_detail h2
{
    font-size: 20px;
    color: #ff3600;
    margin: 0;
    padding: 22px 0 4px 0;
    font-weight: normal;
}
#standard_news_article_detail p
{
    font-size: 12px;
    color: #666666;
    margin: 0;
    padding: 12px 0 0 0;
    font-weight: normal;
}
#article_categories 
{
    padding: 50px 0 0 0;
}
#article_categories div
{
    font-size: 14px;
    padding: 0 0 16px 0;
}
#article_categories h2
{
    background: url(/images/arrow_right.gif) no-repeat top left;
    padding: 2px 0 5px 25px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
#article_categories h2 a 
{
    color: #ff3600;
}
#article_categories p
{
    font-size: 12px;
    padding: 0 0 15px 0;
    margin: 0;
}
#article_category_link 
{
    padding: 0 0 0 18px;
}
#article_category_link a
{
    background: url(/images/arrow_right.gif) no-repeat top left;
    padding: 2px 0 5px 25px;
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #ff3600;
}
#article_categories_articles
{
    padding: 50px 0 0 0;
}
#article_categories_articles h1
{
    font-size: 22px;
    padding: 0 0 16px 0;
    margin: 0;
    color: #ff3600;
    font-weight: normal;
}
#article_categories_articles .article_short_description
{
    font-size: 12px;
    padding: 0 0 25px 0;
    line-height: 17px;
}
#article_categories_articles span 
{
    margin: 0; padding: 0;
}
#article_categories_articles div
{
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#article_categories_articles .stars
{
    padding: 2px 0 0 3px;
}
#article_categories_articles p
{
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#article_categories_articles h2
{
    padding: 2px 0 5px 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
#article_categories_articles h2 a 
{
    color: #ff734d;
}
#article_categories_articles h2 a:hover 
{
    text-decoration: underline;
}
#article_categories_articles ul 
{
    margin: 0;
    padding: 5px 0 35px 0;
}
#article_categories_articles li 
{
    list-style: none;
    float: left;
}
a.grey 
{
    color: #666666;
    text-decoration: underline;
}
a.grey:hover
{
    text-decoration: none;
}
.stars 
{
    padding: 2px 0 0 0;
    margin: 0;
}
.unrated_star
{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    background: url(/images/star_unrated.gif) no-repeat top left;
    position: relative;
    z-index: 10;
}
.rated_star
{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    background: url(/images/star_rated.gif) no-repeat top left;
    position: relative;
    z-index: 10;
}
/* - don't think this is needed
.saved_rating_star
{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    background: url(/images/star_unrated.gif) no-repeat top left;
}*/

.modal_popup_body_inner .unrated_star
{
    width: 18px;
    height: 17px;
    background: url(/images/star_unrated_large.gif) no-repeat top left;
    padding-right: 5px;
    cursor: pointer;
}
.modal_popup_body_inner .rated_star
{
    width: 18px;
    height: 17px;
    background: url(/images/star_rated_large.gif) no-repeat top left;
    padding-right: 5px;
    cursor: pointer;
}
.modal_popup_body_inner .modal_stars_container 
{
    padding: 12px 0 10px 0;
    height: auto;
    overflow: hidden;
}
.modal_popup_body_inner .modal_stars_container div
{
    float: left;
}
#article_stats 
{
    height: auto; 
    overflow:hidden;
    padding: 0 0 22px 0;  
}
#article_stats  ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#article_stats  li
{
    float: left;
    padding: 0;
    margin: 0;
}
#article_stats .separator 
{
    padding: 0 4px 0 4px;
}
.article_actions
{
    border-bottom: dashed 1px #c4c4c4; 
    height: auto; 
    overflow:hidden; 
    padding: 5px 0 5px 0;    
}
.article_actions ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.article_actions li
{
    float: left;
    padding: 2px 15px 0 0;
    margin: 0;
    font-size: 12px;
    height: 17px;
}
.article_actions li.send_to_friend 
{
    background: url(/images/arrow_top.gif) no-repeat top left;
    padding-left: 23px;
}
.article_actions li.rate_article 
{
    background: url(/images/star.gif) no-repeat top left;
    padding-left: 23px;
}
.article_actions li.share_article
{
    background: url(/images/arrow_right.gif) no-repeat top left;
    padding-left: 22px;
    width:150px;
}
.article_actions li a
{
    display: block;
    color: #ff734d;
}
.article_actions li a:hover
{
    text-decoration: underline;
}
.article_comments h2
{
    font-size: 22px;
    color: #ff3600;
    margin: 0;
    padding: 22px 0 15px 0;
    font-weight: normal;   
}
.article_comment_add
{
    padding:20px 0px 20px 0px;    
}
.article_comment_add a.add_comment
{
    display: block;
    background: url(/images/add_comment_frame.gif) no-repeat top left;
    padding: 0px 0px 0px 60px;
    color: #ff3600;
    height:30px;
    font-size:16px;
}
.article_comment_add #add_your_comment_label
{
    background: url(/images/add_comment_filled.gif) no-repeat top left;
    padding: 0px 0px 0px 60px;
    color: #ff3600;
    height:30px;
    font-size:16px;
}
.article_comment_add a.add_comment:hover
{
    text-decoration: underline;    
}
#div_article_form
{
    padding-left: 60px;  
    padding-top:10px;  
}
#div_article_form .textbox
{
    border: solid 1px #bdbdbd;
    width: 260px;    
    font-size: 12px;
}
.side_by_side_buttons
{
    margin: 0;
    padding: 10px 0 0 0;
}
.side_by_side_buttons li
{
    list-style: none;
    float: left;
    padding: 0 5px 0 0;
}
.comment_box
{
    background:url(/images/comment.gif) no-repeat 0px 10px;
    padding:10px 0px 10px 60px;
    border-bottom: dashed 1px #c4c4c4;    
}
.comment_box .comment_header
{
    font-weight: bold;
    font-size: 1.1em;    
}
#rating_popup
{
    width: 412px;
    height: 162px;
    position: relative;
    background:url(/images/rating_popup.gif) no-repeat top left;    
}

.modal_popup_rating 
{
	/*border-width:2px;
	border-style:solid;
	border-color:Gray;*/
	/*background-color: #ffffff;*/
}

.modal_popup_rating .modal_popup_header 
{   
	background: url(/images/pop_up_top_rating.gif) no-repeat top left;
	width: 276px;
	height: 51px;
	position: relative;
	z-index: 1;
}

.modal_popup_rating .modal_popup_body 
{   
	background: url(/images/pop_up_middle_rating.gif) repeat-y top left;
	width: 276px;
	height: auto;
	overflow: hidden;
}

.modal_popup_rating .modal_popup_body_inner 
{
	margin-left: 57px;
	margin-right: 25px;
	/*border: solid 1px blue;*/
}

.modal_popup_rating .modal_popup_footer 
{   
	background: url(/images/pop_up_bottom_rating.gif) no-repeat top left;
	width: 276px;
	height: 31px;
}

.modal_popup_body_inner .textbox
{
    border: solid 1px #bdbdbd;
    width: 200px;    
    font-size: 12px;
}
#lnk_comments
{
    color: #666666;    
}
#lnk_comments:hover
{
    text-decoration: underline;
}
#contact_items 
{
    margin: 0;
    padding: 0;
}
#contact_items li 
{
    margin: 8px 0 0 0;
}
#contact_items .telephone
{
	background: url(/images/contact_telephone_icon.gif) no-repeat top left;
	padding: 12px 0 0 50px;
	height: 27px;
	vertical-align: middle;
	font-size: 14px;
}
#contact_items .email
{
	background: url(/images/contact_email_icon.gif) no-repeat top left;
	padding: 12px 0 0 50px;
	height: 27px;
	vertical-align: middle;
	font-size: 14px;
}
#contact_items .address
{
	background: url(/images/contact_address_icon.gif) no-repeat top left;
	padding: 12px 0 0 50px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

/* modal related */
.modal_bg {
	background-color: #eeeeee;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modal_popup 
{
	/*border-width:2px;
	border-style:solid;
	border-color:Gray;*/
	/*background-color: #ffffff;*/
}

.modal_popup_header 
{   
	background-image: url(/images/pop_up_top.gif);
	width: 335px;
	height: 74px;
}

.modal_popup_body 
{   
	background-image: url(/images/pop_up_middle.gif);
	background-repeat: repeat-y;
	width: 335px;
}

.modal_popup_body_inner 
{
	margin-left: 65px;
	margin-right: 25px;
	/*border: solid 1px blue;*/
}

.modal_popup_body_buttons 
{
	padding: 15px 0 0 0;
}

.modal_popup_footer 
{   
	background-image: url(/images/pop_up_bottom.gif);
	width: 335px;
	height: 31px;
}
a.close_pop_up 
{
    background-image: url(/images/but_close_cross.gif);
	width: 21px;
	height: 23px;
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 5;
	cursor: pointer;
}
a.close_pop_up:hover 
{
    background-image: url(/images/but_close_cross_highlighted.gif);
}
/* end of modal related */
