﻿/* GENERAL */
*
{
	background-repeat:no-repeat;
}

html, body { overflow:hidden; }
div.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
}

body
{
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Sans-Serif;
	background-image:url('images/new_wa_back.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#171c1d;
	font-size:12px;
}

form
{
	padding:0px;
	margin:0px;
}

a
{
	color:#49aaca;
	text-decoration:none;
}
A IMG
{
	border:none 0px transparent;
}
input[type='text'],input[type='password']
 {
	border:solid 0px #FFFFFF;
	background-image:url('images/TxtInput_onbg.png');
	background-attachment:scroll;
	padding:1px 1px 1px 7px;
	height:22px;
	width:140px;
	font-size:12px;
	color:#818181;
	font-weight:bold;
}

input[type='text'].Short5,input[type='password'].Short5
 {
	background-image:url('images/short5_input.gif');
	width:33px;
}
input[type='text'].Short5er,input[type='password'].Short5er
 {
	background-image:url('images/short5_input.gif');
	width:40px;
}
input[type='text'].aspInput,input[type='password'].aspInput
{
	width:140px;
}
.aspInputShort
{
	background-image:url('images/short5_input.gif')!IMPORTANT;
	width:40px!IMPORTANT;
	font-weight:bold!IMPORTANT;
	padding:2px!IMPORTANT;
}
.aspInputShortish
{
	background-image:url('images/short60_input.gif')!IMPORTANT;
	width:60px!IMPORTANT;
	font-weight:bold!IMPORTANT;
	padding:2px!IMPORTANT;
}
select
{
	background-color:#F9F9F9;
	color:#000000;
	border:solid 1px #000000;
}

.background
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url('images/halftone2.png');
	background-position:left bottom;
	overflow:auto;
}

.page>.header, .page>.content, .page>.footer
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	position:relative;
	z-index:3;
}

/* EO GENERAL */

/* HEADER */
.page>.header
{
	background-image:url('images/page_header.png');
	height:90px;
	margin-top:10px;
	z-index:4;
}

.page>.surveyheader
{
	background-image:url('images/customfields.png');
	height:93px;
	margin-top:10px;
	z-index:4;
}

.page>.header>.logo
{
	position:absolute;
	top:11px;
	left:8px;
	cursor:pointer;
	background-image:url('images/page_logo.png');
	width:238px;
	height:43px;
}

.page>.header>.surveylogo
{
	position:absolute;
	top:11px;
	left:8px;
	cursor:pointer;
	background-image:url('images/header_survey_3.png');
	width:936px;
	height:120px;
}

.page>.header>.menubar
{
	position:absolute;
	bottom:0px;
	height:32px;
	list-style:none;
	padding:0px;
	margin:0px;
}

.page>.header>.menubar>li
{
	background-image:url('images/page_menubar_alternate.png');
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}

.page>.header>.menubar>li>a
{
	display:block;
	height:0px;
	padding-top:32px;
	overflow:hidden;
	outline-style:none;
}

/* MENUBAR ITEMS */

.page>.header>.menubar>.start { background-position:0px 0px; width:99px; }
.page>.header>.menubar>.adsl { background-position:-99px 0px; width:81px; }
.page>.header>.menubar>.hosting { background-position:-180px 0px; width:105px; }
.page>.header>.menubar>.support { background-position:-285px 0px; width:107px; }
.page>.header>.menubar>.about {	background-position:-392px 0px; width:94px; }

.page>.header>.menubar>.start:hover { background-position:0px -32px; }
.page>.header>.menubar>.adsl:hover { background-position:-99px -32px; }
.page>.header>.menubar>.hosting:hover { background-position:-180px -32px; }
.page>.header>.menubar>.support:hover { background-position:-285px -32px; }
.page>.header>.menubar>.about:hover { background-position:-392px -32px; }

/* EO MENUBAR ITEMS */

/* MENU */

.menu,
.submenu
{
	display:none;
	border-left:solid 1px #dedede;
	border-bottom:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	border-top:solid 1px #dedede;
	background-color:#ffffff;
	list-style:none;
	padding:0px;
	margin:0px;
	min-width:130px;
}

.menu { position:relative; }

.submenu
{
	position:absolute;
	top:-1px;
	left:100%;
}

.menu li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.menu a, .menu div
{
	position:relative;
	display:block;
	padding:8px;
	padding-right:24px;
	color:#404040;
	white-space:nowrap;
}

.menu div { cursor:default; }

.menu li.expander>a, .menu li.expander>div
{
	background-image:url('images/menu/more.gif');
	background-position:right center;
}

.menu li:hover
{
	background-color:#b6def8;
	position:relative;
}

.menu li:hover>a, .menu li:hover>div
{
	/*color:#ffffff;*/
}

.page>.header>.menubar>.start:hover>.menu, 
.page>.header>.menubar>.start .menu li:hover>.submenu { display:block; }

/* EO MENU */

/* ACCORDIAN GENERAL */

.accordian
{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.accordian>li
{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.accordian.horizontal>li { float:left; white-space:nowrap; }
.accordian>li>a { display:block; }
.accordian.horizontal>li>a { float:left; }
.accordian>li>div { overflow:hidden; }
.accordian.horizontal>li>div { width:0px; float:left }
.accordian.vertical>li>div { height:0px; }

/* EO ACCORDIAN GENERAL */

/* TITLE ACCORDIAN */

.page>.header>.accordian
{
	position:absolute;
	right:8px;
	top:8px;
}

.page>.header>.accordian>li
{
	width:45px;
	height:72px;
}

.page>.header>.accordian>.expanded
{
	width:239px;
}

.page>.header>.accordian>li>a
{
	padding-top:72px;
	height:0px;
	overflow:hidden;
	cursor:default;
	width:45px;
}

.page>.header>.accordian>li>div { background-repeat:repeat-x; background-position:0px -288px; height:72px; }
.page>.header>.accordian>li>div>div { padding:8px 5px; }
.page>.header>.accordian>li>a, .page>.header>.accordian>li>div { background-image:url('images/toolkit_accordian.png'); }
.page>.header>.accordian>.expanded>div { width:194px; }

.page>.header>.accordian>.call>a { background-position:0px 0px; }
/*.page>.header>.accordian>.call.expanded>a { background-position:0px -72px; }*/
.page>.header>.accordian>.search>a { background-position:-45px 0px; }
/*.page>.header>.accordian>.search.expanded>a { background-position:-45px -72px; }*/
.page>.header>.accordian>.login>a { background-position:-90px 0px; }
/*.page>.header>.accordian>.login.expanded>a { background-position:-90px -72px; }*/
.page>.header>.accordian>.alert>a.low { background-position:-0px -144px; }
/*.page>.header>.accordian>.alert.expanded>a.low { background-position:-0px -216px; }*/
.page>.header>.accordian>.alert>a.medium { background-position:-45px -144px; }
/*.page>.header>.accordian>.alert.expanded>a.medium { background-position:-45px -216px; }*/
.page>.header>.accordian>.alert>a.high { background-position:-90px -144px; }
/*.page>.header>.accordian>.alert.expanded>a.high { background-position:-90px -216px; }*/

/* ACCORDIAN ELEMENTS */

.page>.header>.accordian>.call>div>div,
.page>.header>.accordian>.alert>div>div
{
	padding:0px;
}

.page>.header>.accordian>.call>div a,
.page>.header>.accordian>.alert>div a
{
	display:block;
	padding:8px;
	height:56px;
}

.page>.header>.accordian>.call .number,
.page>.header>.accordian>.call .subtitle
{
	display:block;
	text-align:center;
	width:178px;
	white-space:normal;
}

.page>.header>.accordian>.call .number
{
	font-family:Myriad Pro, Tahoma, Arial, sans-serif;
	font-size:18px;
	color:#323232;
	font-weight:bold;	
}

.page>.header>.accordian>.call .subtitle
{
	font-size:12px;
	color:#818181;
}
.page>.header>.accordian>.login .Result
{
	cursor:pointer;
	position:relative;
	top:0px;
	height:50px;
	width:180px;
	margin-bottom:20px;
}
.page>.header>.accordian>.login div
{
	font-size:12px;
}
.page>.header>.accordian>.login input[type='text'],
.page>.header>.accordian>.login input[type='password']
{
	background-image:url('images/smallsearch_txt_onbg.gif');
	background-repeat:no-repeat;
	width:133px;
	height:23px;
	padding:2px 0px 0px 7px;
}
.page>.header>.accordian>.login input[type='text'].Off
{
	background-image:url('images/input_watermarks/userinput_off.gif');
	background-repeat:no-repeat;
	width:133px;
	height:23px;
	padding:2px 0px 0px 7px;
}
.page>.header>.accordian>.login input[type='password'].Off
{
	background-image:url('images/input_watermarks/userpwd_off.gif');
	background-repeat:no-repeat;
	width:133px;
	height:23px;
	padding:2px 0px 0px 7px;
}
.page>.header>.accordian>.login img.DropDown
{
	background-image:url('images/dropdownbutton.gif');
	background-repeat:no-repeat;
	height:22px;
	width:15px;
	cursor:pointer;
	vertical-align:top;
	margin-left:2px;
}
.page>.header>.accordian>.login input[type='image']
{
	background-image:url(images/smallsearch_go_green.gif);
	background-repeat:no-repeat;
	height:22px;
	width:24px;
	cursor:pointer;
	vertical-align:top;
	margin-left:2px;
}

.page>.header>.accordian>.alert .title,
.page>.header>.accordian>.alert .message
{
	display:block;
	text-align:center;
	width:178px;
	white-space:normal;
}

.page>.header>.accordian>.alert a.New
{
	position:relative;
	overflow:visible;
}

.page>.header>.accordian>.alert a.New img
{
	background-image:url('images/icons/alert_callout.png');
	background-repeat:no-repeat;
	width:18px;
	height:21px;
	position:absolute;
	top:-4px;
	right:4px;
}

.page>.header>.accordian>.alert .title
{
	font-size:12px;
	color:#818181;
}

.page>.header>.accordian>.alert .message
{
	font-family:Myriad Pro, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#323232;
	font-weight:bold;	
}

/* EO ACCORDIAN ELEMENTS */

/* EO TITLE ACCORDIAN */

/* CONTENT */

.page>.content
{
	min-height:500px;
	background-image:url('images/page_content.png');
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:10px 10px 0px 10px;
	width:940px;
}

.page>.content>.content
{
	float:right;
	width:680px;
}

.page>.content>.tasks>h1,
.page>.content>.content .news>h1,
.page>.content>.content .productLinks>h1,
.page>.content>.content .testimonials>h1
{
	background-image:url('images/index/headers.png');
	padding:32px 0px 0px 0px;
	margin:0px;
	height:0px;
	overflow:hidden;
}

.page>.content>.content .news  
{
	height:32px;
	padding-bottom:10px;
}
.page>.content>.content .news>div
{
	float:left;
	width:620px;
	height:32px;
	background-image:url('images/index/news_pane.png');
}

.page>.content>.content .news a 
{
	display:block;
	font-size:14px;
	line-height:32px;
	color:#555555;
	padding:0px 8px 0px 8px;
}

.page>.content>.content .productLinks 
{
	float:left;
	width:455px;
}

.page>.content>.content .testimonials
{
	float:right;
	width:215px;
}

.page>.content>.content .productLinks>div,
.page>.content>.content .testimonials>div
{
	background-image:url('images/index/panes.png');
	height:146px;
}

.page>.content>.content .testimonials>div
{
	font-family:Myriad Pro, Tahoma, Arial, sans-serif;
	background-position:-455px 0px;
	font-size:16px;
	color:#6e6e6e;
}

.page>.content>.content .testimonials span
{
	display:block;
	padding:10px;
}

.page>.content>.content .testimonials .quote
{
	text-align:center;
}

.page>.content>.content .testimonials .author
{
	text-align:right;
	font-weight:bold;
}

.page>.content>.content .productLinks div
{
	padding:8px;
	height:130px;
}

.page>.content>.content .productLinks ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

.page>.content>.content .productLinks ul>li
{
	background-image:url('images/index/product_logos.png');
	list-style:none;
	margin:8px;
	padding:0px;
}

.page>.content>.content .productLinks ul.left>li
{
	margin-right:32px;
}

.page>.content>.content .productLinks a
{
	display:block;
	height:0px;
	padding-top:34px;
	overflow:hidden;
}

.page>.content>.content .productLinks td.dslData { background-image: url(images/index/Popular/links_adsldata.gif); width:210px; }
.page>.content>.content .productLinks td.dslBundles { background-image: url(images/index/Popular/links_adslbundles.gif);width:210px; }
.page>.content>.content .productLinks td.dslLines { background-image: url(images/index/Popular/links_adsllines.gif); width:210px;} 
.page>.content>.content .productLinks td.domainNames {background-image: url(images/index/Popular/links_domainnames.gif); width:210px;} 

.page>.content>.content .productLinks td.emailMarketing { background-image: url(images/index/Popular/links_emailmarketing.gif); width:210px;} 
.page>.content>.content .productLinks td.websiteHosting { background-image: url(images/index/Popular/links_webhosting.gif); width:210px;}
.page>.content>.content .productLinks td.dedicatedServer { background-image: url(images/index/Popular/links_dedicatedserver.gif); width:210px;} 
.page>.content>.content .productLinks td.resellerSolutions {background-image: url(images/index/Popular/links_resellersolutions.gif); width:210px;} 

.page>.content>.tasks>h1 { background-position:0px 0px; }
.page>.content>.content .news>h1 { background-position:-920px 0px; float:left; width:60px; }
.page>.content>.content .productLinks>h1 { background-position:-250px 0px; }
.page>.content>.content .testimonials>h1 { background-position:-705px 0px; }

.page>.content>.tasks
{
	float:left;
	width:250px;
}

.page>.content>.tasks>.accordian>li>a { background-image:url('images/index/accordian_items.png'); }
.page>.content>.tasks>.accordian>li>div { background-image:url('images/index/accordian_pane.png'); color:#549da7; font-size:14px; line-height:18px; }
.page>.content>.tasks>.accordian>li>div>div { padding:8px; }
.page>.content>.tasks>.accordian>.resell>div { background-position:-250px bottom; }

.page>.content>.tasks>.accordian>.expanded>div { height:242px; }

.page>.content>.tasks>.accordian>li>a 
{
	padding-top:32px;
	height:0px;
	overflow:hidden;
	cursor:default;
}

.page>.content>.tasks>.accordian>li .description 
{
	display:block;
	padding-left:56px;
	min-height:48px;
}

.page>.content>.tasks>.accordian>.connect>a { background-position:0px 0px; }
/*.page>.content>.tasks>.accordian>.connect.expanded>a { background-position:-250px 0px; }*/
.page>.content>.tasks>.accordian>.topup>a { background-position:0px -64px; }
/*.page>.content>.tasks>.accordian>.topup.expanded>a { background-position:-250px -64px; }*/
.page>.content>.tasks>.accordian>.check_availability>a { background-position:0px -128px; }
/*.page>.content>.tasks>.accordian>.check_availability.expanded>a { background-position:-250px -128px; }*/
.page>.content>.tasks>.accordian>.host>a { background-position:0px -32px; }
/*.page>.content>.tasks>.accordian>.host.expanded>a { background-position:-250px -32px; }*/
.page>.content>.tasks>.accordian>.register_domain>a { background-position:0px -96px; }
/*.page>.content>.tasks>.accordian>.register_domain.expanded>a { background-position:-250px -96px; }*/
.page>.content>.tasks>.accordian>.send_newsletters>a { background-position:0px -160px; }
/*.page>.content>.tasks>.accordian>.send_newsletters.expanded>a { background-position:-250px -160px; }*/
.page>.content>.tasks>.accordian>.contact>a { background-position:0px -192px; }
/*.page>.content>.tasks>.accordian>.contact.expanded>a { background-position:-250px -192px; }*/
.page>.content>.tasks>.accordian>.resell>a { background-position:0px -224px; }
/*.page>.content>.tasks>.accordian>.resell.expanded>a { background-position:-250px -224px; }*/

.page>.content>.tasks>.accordian>.connect .description { background-image:url('images/icons/internet_48x48.png'); }
.page>.content>.tasks>.accordian>.topup .description { background-image:url('images/icons/topup_48x48.png'); }
.page>.content>.tasks>.accordian>.topup input[type='text'],
.page>.content>.tasks>.accordian>.topup input[type='password'] 
{
	background-image:url('images/TxtInput_onbg.png');
	padding:2px 0px 0px 7px;
	height:22px;
	width:133px;
	margin-bottom:2px;
}
.page>.content>.tasks>.accordian>.topup input[type='text'].Off
{
	background-image:url('images/input_watermarks/adsl_input_off.gif');
}
.page>.content>.tasks>.accordian>.topup input[type='password'].Off
{
	background-image:url('images/input_watermarks/userpwd_off.gif');
}
.page>.content>.tasks>.accordian>.topup select
{
	height:22px;
	background-color:#82b200;
	color:#FFFFFF;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

/*checkmymail*/
.page>.content>.tasks>.accordian>.check_my_mail input[type='text'],
.page>.content>.tasks>.accordian>.check_my_mail input[type='password'] 
{
	background-image:url('images/TxtInput_onbg.png');
	padding:2px 0px 0px 7px;
	height:22px;
	width:133px;
	margin-bottom:2px;
}
.page>.content>.tasks>.accordian>.check_my_mail input[type='text'].Off
{
	background-image:url('images/input_watermarks/email_input_off.gif');
}
.page>.content>.tasks>.accordian>.check_my_mail input[type='password'].Off
{
	background-image:url('images/input_watermarks/userpwd_off.gif');
}
.page>.content>.tasks>.accordian>.check_my_mail input[type='image']
{
	background-image:url(images/smallsearch_go_green.gif);
	background-repeat:no-repeat;
	height:22px;
	width:24px;
	cursor:pointer;
	vertical-align:top;
	margin-top:1px;
	margin-left:2px;
}

/*end checkmymail*/

.page>.content>.tasks>.accordian>.check_my_mail .description { background-image:url('images/icons/email_48x48.png'); }
.page>.content>.tasks>.accordian>.host .description { background-image:url('images/icons/hosting_48x48.png'); }
.page>.content>.tasks>.accordian>.register_domain .description { background-image:url('images/icons/domain_48x48.png'); }
.page>.content>.tasks>.accordian>.send_newsletters .description { background-image:url('images/icons/email_48x48.png'); }
.page>.content>.tasks>.accordian>.contact .description { background-image:url('images/icons/info_48x48.png'); }
.page>.content>.tasks>.accordian>.resell .description { background-image:url('images/icons/reseller_48x48.png'); }
.page>.content>.tasks>.accordian>.check_availability .description { background-image:url('images/icons/line_48x48.png'); }
.page>.content>.tasks>.accordian>.check_availability input[type='text'] 
{
	background-image:url('images/TxtInput_onbg.png');
	padding:2px 0px 0px 7px;
	height:22px;
	width:133px;
	margin-bottom:2px;
}
.page>.content>.tasks>.accordian>.check_availability input[type='text'].Off 
{
	background-image:url('images/input_watermarks/phone_input_off.gif');
}
.page>.content>.tasks>.accordian>.check_availability input[type='image']
{
	background-image:url(images/smallsearch_go_green.gif);
	background-repeat:no-repeat;
	height:22px;
	width:24px;
	cursor:pointer;
	vertical-align:top;
	margin-top:1px;
	margin-left:2px;
}
.page>.content>.tasks>.accordian>.topup input[type='image']
{
	background-image:url(images/smallsearch_go_green.gif);
	background-repeat:no-repeat;
	height:22px;
	width:24px;
	cursor:pointer;
	vertical-align:top;
	margin-top:0px;
	margin-left:2px;
}
.page>.content>.tasks>.accordian>/**/.check_availability input[type='image']
{
	margin-top:0px;
}
.page>.content>.tasks>.accordian>.topup .Win,
.page>.content>.tasks>.accordian>.topup .Win
{
	color:#82b200;
}
.page>.content>.tasks>.accordian .Fail
{
	color:#FF0000;
}

/* EO CONTENT */

/* FOOTER */
.page>.footer
{
	background-image:url('images/page_footer.png');
	padding:20px 10px 10px 10px;
	height:103px;
	width:940px;
	text-align:center;
	cursor:default;
}

.page>.footer>.links,
.page>.footer>.links>li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.page>.footer>.links>li
{
	display:inline;
	font-size:12px;
	background-image:url('images/footer_link_separator.png');
	padding-left:5px;
	padding-right:4px;
	background-position:left center;
}

.page>.footer>.links>li:first-child
{
	background-image:none;
	padding-left:0px;
}

.page>.footer>.links>li.last
{
	padding-right:0px;
}

.page>.footer>.links a
{
	color:#636363;
}

.page>.footer>.links a:hover
{
	color:#999999;
}

.page>.footer>.copyright
{
	position:relative;
	padding-top:8px;
	color:#c6c6c6;
	font-size:10px;
}

.page>.footer>.awards
{
	position:absolute;
	bottom:50px;
	right:10px;
}

.page>.footer>.awards,
.page>.footer>.awards>li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.page>.footer>.awards>li
{
	float:right;
	width:32px;
	padding-left:16px;
}

.page>.footer>.awards>li>a
{
	display:block;
	padding-top:22px;
	overflow:hidden;
	height:0px;
}

.page>.footer>.awards .ispa>a { background-image:url('images/awards/ispa.png'); }
.page>.footer>.awards .icte>a { background-image:url('images/awards/icte.png'); }
.page>.footer>.awards .adsl2006>a { background-image:url('images/awards/adsl_2006.png'); }
.page>.footer>.awards .adsl2007>a { background-image:url('images/awards/adsl_2007.png'); }

/* EO FOOTER */

/* TOPBOX */

/* SEARCH */
.SearchBox
{
	width:152px;
	padding-top:5px;
	padding-left:7px;
}
.SearchBox>.SmallSearchInput, .SmallSearchInput
{
	background-image:url('images/input_watermarks/smallsearch_txt_offbg.gif');
	background-repeat:no-repeat;
	width:138px;
	height:22px;
	padding:2px 0px 2px 2px;
	vertical-align:top;
	border: solid 0px #FFFFFF;
}
.SearchBox>.SmallSearchInput:hover, .SearchBox>.SmallSearchInput:focus
{
	background-image:url('images/smallsearch_txt_onbg.gif');
	background-repeat:no-repeat;
}
.SearchBox>.SmallSearchInputBusy, .SmallSearchInputBusy
{
	background-image:url('images/domName_txt_onbg.gif');
	background-repeat:no-repeat;
	width:128px;
	height:18px;
	padding:2px 0px 2px 2px;
	vertical-align:top;
	border: solid 0px #FFFFFF;
}
.SearchBox input.gsc-input
{
	background-image:url('images/domName_txt_onbg.gif');
	background-repeat:no-repeat;
	width:128px;
	height:18px;
	padding:2px 0px 2px 2px;
	vertical-align:top;
	border: solid 0px #FFFFFF;
}
.SearchBox table.gsc-search-box td.gsc-input
{
	padding:0px 0px 0px 0px;
	border: solid 0px #FFFFFF;
}
.SearchBox table.gsc-branding
{
	margin-top:5px;
	background-repeat:no-repeat;
}
.SearchBox .SmallSearchGo, .SmallSearchInputBusy .SmallSearchGo
{
	background-image:url('images/smallsearch_go_green.gif');
	background-repeat:no-repeat;
	width:24px;
	height:22px;
	cursor:pointer;
	margin-top:1px;
	margin-left:2px;
}
html>/**/body .SearchBox .SmallSearchGo
{
	margin-top:0px;
}
#SearchResults .gsc-control
{
	width:98%;
	padding:10px;
}
#SearchResults .gsc-title
{
	font-weight:bold;
}
#SearchResults .gs-title *
{
	color:#49aaca;
}
#SearchResults .gs-snippet *
{
}
#SearchResults .gs-visibleUrl *
{
	color:#bbd62f;
}
#SearchInputBox .gsc-clear-button
{
	display:none;
}
/* EO SEARCH */
/* CONTENT */
.page
{
}

.page>.content .infoTabs
{
	margin-top:0px;
	height:140px;
}
.page>.content .inner
{
	margin: 0px 10px 0px 10px;
	min-height:500px;
}
.page>.content .innerBox
{
	padding:10px 0px 10px 260px;
}

.page>.content .rightBox
{
	float:right;
}
.page>.content .inner>#SearchResults
{
	padding:10px;
}
/* EO CONTENT */

/* NEWS */
.page>.content .NewsTicker
{
	margin-top:310px;
	overflow:hidden;
	width:680px;
	height:22px;
}
.page>.content .NewsTicker .Title
{
	float:left;
	background-image:url('images/modulecontainers/ticker_title_78.gif');
	background-repeat:no-repeat;
	width:40px;
	height:22px;
	font-weight:bold;
	padding:3px 0px 0px 7px;
	color:#FFFFFF;
}
.page>.content .NewsTicker .News
{
	float:left;
	background-image:url('images/modulecontainers/ticker_body_1.gif');
	background-repeat:repeat-x;
	width:621px;
	padding:3px 0px 0px 7px;
	height:22px;
	color:#41444e;
	cursor:pointer;
}
.page>.content .NewsTicker .End
{
	float:left;
	background-image:url('images/modulecontainers/ticker_end_5.gif');
	background-repeat:no-repeat;
	width:5px;
	height:22px;
}
/* EO NEWS */

/* PROMOTION ROTATOR */
.page>.content #promo>.anchor
{
	position:absolute;
	z-index:1;
	display:block;
}
.page>.content #promo
{
	background-image:url('images/index/promo_pane.png');
}

.page>.content #promo,
.page>.content #promo .image
{
	width:689px;
	height:310px;
}

.page>.content #promo .image
{
	position:relative;
	top:-10px;
	border:none;
}
#promo>.swatch						{ position:relative; z-index:3;top:265px;left:10px; }
#promo>.swatch, #promo>.swatch>li	{ padding:0px; margin:0px; list-style:none; }
#promo>.swatch>li					{ float:left; width:27px; }
#promo>.swatch a					{ display:block; height:0px; padding-top:27px; overflow:hidden; background-image:url('images/switcher/switcher.png'); }
#promo>.swatch li:hover a			{ background-image:url('images/switcher/switcher_hot.png'); }
#promo>.swatch .selected a			{ background-image:url('images/switcher/switcher_selected.png'); }
#promo>.swatch .selected:hover a	{ background-image:url('images/switcher/switcher_selected.png'); }
#promo>.swatch .previous a			{ background-image:url('images/switcher/switcher_left.png'); }
#promo>.swatch .previous:hover a	{ background-image:url('images/switcher/switcher_left_hot.png'); }
#promo>.swatch .next a				{ background-image:url('images/switcher/switcher_right.png'); }
#promo>.swatch .next:hover a		{ background-image:url('images/switcher/switcher_right_hot.png'); }
/* EO PROMOTION ROTATOR */
/* TESTIMONIAL */
.page>.content .testimonial
{
	height:112px;
	padding:3px 6px 3px 6px;
}
.page>.content .testimonial div
{
}
.page>.content .testimonial .Author
{
	line-height:12pt;
	text-align:right;
	/*color:#899c1f;*/
	color:#6d6e70;
	font-weight:bold;
}
.page>.content .testimonial .Author a
{
	/*color:#899c1f;*/
	color:#6d6e70;
	font-weight:bold;
}
.page>.content .testimonial .Block
{
	font-size:14px;
	/*color:#49aaca;*/
	color:#6d6e70;
	line-height:14px;
}
.page>.content .testimonial .Block .Quote
{
	font-size:13px;
	line-height:14pt;
}
/* EO TESTIMONIAL */
/* DOMAIN SEARCH */
.page>.content .DomainSearch
{
}
.page>.content .DomainSearch .Title
{
	font-size:9pt;
	padding:2px;
	font-weight:bold;
}
.page>.content .DomainSearch .Inputs
{
}
.page>.content .DomainSearch .Results
{
	padding:2px;
	line-height:14pt;
}
.page>.content .DomainSearch  input[type=text]
{
	background-image:url('images/domName_txt_onbg.gif');
	background-repeat:no-repeat;
	width:110px;
	height:22px;
	padding:2px 0px 2px 7px;
	margin-top:1px;
}
.page>.content .DomainSearch  input[type=text].Off
{
	background-image:url('images/input_watermarks/domain_input_off.gif');

}
.page>.content .DomainSearch .DomTypesList
{
	height:22px;
	background-color:#82b200;
	color:#FFFFFF;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align:middle;
}
.page>.content .DomainSearch .domSearchGo
{
	background-image:url('images/smallsearch_go_green.gif');
	background-repeat:no-repeat;
	width:24px;
	height:22px;
	cursor:pointer;
	vertical-align:top;
	margin-top:2px;
	margin-left:2px;
}
.page>/**/.content .DomainSearch .domSearchGo
{
	margin-top:1px;
}
.page>.content .DomainSearch .IsAvailable
{
}
.page>.content .DomainSearch .Unavailable
{
	color:#e24939;
}
.page>.content .DomainSearch .IsAvailable span
{
	color:#82b200;
	font-weight:bold;
}
.page>.content .DomainSearch .Unavailable span
{
	font-weight:bold;
}

/* EO DOMAIN SEARCH */
/* PRODUCT LINKS */
.page>.content .productlinks
{
	height:118px;
}
.page>.content .productlinks ul
{
	margin-left:30px;
	padding-top:3px;
}
.page>.content .productlinks li
{
	vertical-align:top;
	padding:2px 2px 2px 5px;
	line-height:12pt;
}
.page>.content .productlinks a
{
	color:#6d6e70;
	vertical-align:top;
}
/* EO PRODUCT LINKS */
/* ICONS */
.FloatLeft
{
	float:left;
	clear:both;
	margin-right:4px;
}
.FloatRight
{
	float:right;
	clear:both;
	margin-left:4px;
	vertical-align:middle;
}

.MenuMoreArrow
{
	background-image:url('images/menu/MoreArrow.png');
	background-repeat:no-repeat;
	height:11px;
	width:4px;
}
.RedBgButton
{
	background-color:transparent;
	background-image:url('images/buttons/red_from_info.png');
	background-repeat:no-repeat;
	width:117px;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	float:right;
}
.RedBgButton a
{
	color:#FFFFFF;
	font-size:12px;
}
li.Info_16
{
	list-style-image:url('images/icons/info_16x16.png');
}
li.InfoRed_16
{
	list-style-image:url('images/icons/infoRed_16x16.png');
}
li.InfoGreen_16
{
	list-style-image:url('images/icons/infoGreen_16x16.png');
}
li.Topup_16
{
	list-style-image:url('images/icons/topup_16x16.png');
}
li.Email_16
{
	list-style-image:url('images/icons/email_16x16.png');
}
.check_14
{
	background-image:url('images/icons/check.gif');
	background-repeat:no-repeat;
	height:14px;
	width:14px;
	vertical-align:middle;
}
.cross_16
{
	background-image:url('images/icons/cross.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
}
.optional_14
{
	background-image:url('images/icons/optional_14x14.gif');
	background-repeat:no-repeat;
	height:14px;
	width:14px;
	vertical-align:middle;
}
.help_16
{
	background-image:url('images/icons/help_16x16.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
}
.info_16
{
	background-image:url('images/icons/about.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
}
.email_16
{
	background-image:url('images/icons/email_16x16.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
}
.cell_16
{
	background-image:url('images/icons/cell_16x16.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
}
.chat_16
{
	background-image:url('images/icons/chat_16x16.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
}
.InfoIconGreen_16
{
	background-image:url('images/icons/infoGreen_16x16.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	vertical-align:middle;
	padding:2px;
}
.Info_48
{
	background-image:url('images/icons/info_48x48.png');
	background-repeat:no-repeat;
	height:48px;
	width:48px;
}
.WA_AjaxBusy_29
{
	background-image:url('images/WA_AjaxBusyBig.gif');
	background-repeat:no-repeat;
	height:29px;
	width:29px;
}
.ClientAreaBtn
{
	background-image:url('images/buttons/client_home.gif');
	background-repeat:no-repeat;
	width:95px;
	height:22px;
}
.ClientLogout
{
	background-image:url('images/buttons/logout.gif');
	background-repeat:no-repeat;
	width:88px;
	height:22px;
}
/* EO ICONS */
/* PRODUCT MATRIX */
.PackageTitle
{
    background-image:url('../../../shared.webafrica.co.za/images/backgrounds/site/service_header/service_header_bg_n.png');
    background-repeat:repeat-x;
    height:34px;
    text-align:center;
    color:#42464F;
}
.PackagePageHeader
{
    font-size:17px;
    color:#0D5276;
    font-weight:bold;
}
.FeatureHeaderRow
{
    background:#999999 url(../../images/maintablebg_red.gif) repeat scroll 0 0;
    border:1px solid #CECFD0;
    height:17px;
    font-weight:bold;
    color:#42464F;
}
.FeatureRow
{
    background:#FFFFFF none repeat scroll 0 0;
}
.FeatureTitle
{
    border-left:1px solid #CECFD0;
    color:#42464F;
}
.FeatureCell
{
    border-top:1px solid #CECFD0;
    border-left:1px solid #CECFD0;
    text-align:center;
}
.FeatureCell a
{
    color:#1C7813;
}
.FeatureCell:hover
{
    background:#ededed;
}
.AdvGreenBlock
{
    background:#F2F9F2 none repeat scroll 0 0;
    border:1px solid #B3E2B2;
    color:#328C0E;
    padding:3px;
}
.AdvGreenBlock:hover
{
    background-color:#F9F4F2;
    border:1px solid #E2D0B2;
    color:#8C620E;
}
/* EO PRODUCT MATRIX */
/* OLD-PRODUCT-CSS-SUPPORT */
div.oi{
padding:4px;
background-repeat:no-repeat;
background-position:left center;
}
div.oh, div.oc{
padding-left:25px;
}
.tc{
border:1px solid #d7ebf7;
padding:15px;
width:95%;
clear:both;
position:relative;
top:-20px;
z-index:1;
}
.tcthumbs{
border:1px solid #d7ebf7;
padding:15px;
/*width:95%;*/
clear:both;
position:relative;
top:-20px;
z-index:1;
height:280px;
width: 560px;
/*overflow-x: scroll;
overflow-y: hidden;*/
}
.ta, .tin, .tas, .tins{
width:150px;
height:40px;
text-align:center;
font-weight:bold;
font-size:12px;
display:block;
float:left;
padding-top:10px;
position:relative;
top:0px;
left:0px;
z-index:2;
margin-right:2px;
}
.ta{
background:url('../../../shared.webafrica.co.za/images/backgrounds/tabheader_med.png') no-repeat;
}
.tas{
background:url('../../../shared.webafrica.co.za/images/backgrounds/tabheader_med_left.png') no-repeat;
}
.tin{
background:url('../../../shared.webafrica.co.za/images/backgrounds/tabheader_med_inactive.png') no-repeat;
}
.tins{
background:url('../../../shared.webafrica.co.za/images/backgrounds/tabheader_med_left_inactive.png') no-repeat;
}
img.st{
border:none;
}
.ttd{
text-align:left;
vertical-align:top;
padding:8px;
white-space:normal;
}
.ttd a{
display:block;
width:267px;
height:200px;
padding-right:1px;
}
.ttd a:hover{
border-right:1px solid #FF9933;
padding-right:0px;
}
#kfr, #kfe, #kft, #kfi, #kfs, #kfp, #kfpb, #kfau, #kfc, #kfrd, #kfmfms{
background-repeat:no-repeat;
padding-left:30px;
border-bottom:1px dotted #DADADA;
background-position:center left;
}
#kfr, #kfrd{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_reporting.png');
}
#kfr:hover, #kfe:hover, #kft:hover, #kfi:hover, #kfs:hover {
color:#DBC;
}
#kfe{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_editor.png');
}
#kft{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_templates.png');
}
#kfi{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_images.png');
}
#kfs{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_scheduling.png');
}
#kfp{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_prepaid.gif');
}
#kfpb{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_pooled.png');
}
#kfau{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_autonomous.png');
}
#kfc{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_centralised.png');
}
#kfmfms{
	BACKGROUND-IMAGE: url('../../../shared.webafrica.co.za/images/products/feature_mailfire_msgsending.png');
}

#ffsm, #ffmc, #ffs, #ffa, #ffms{
padding-left:30px;
background-repeat:no-repeat;
font-size:12px;
line-height:28px;
font-weight:bold;
background-position:center left;
color:#0D5276;
}
#ffsm{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_submgmt.png');
}
#ffmc{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_editor.png');
}
#ffms{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_msgsending.png');
}
#ffs{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_reporting.png');
}
#ffa{
background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_accmgmt.png');
}
ul.ff{
margin-top:0px;
padding-top:0px;
}

div.kfd{
padding:20px 5px 5px 5px;
/*float:left;*/
width:350px;
height:55px;
}

.ch{
font-size:12px;
color:#0D5276;
padding-left:2px;
}
div.kfdiv{
float:right;
width:220px;
margin-left:25px;
}
ul.kf{
list-style:none;
line-height:28px;
padding-left:0px;
margin-left:0px;
}
.milestones p{
	
}
.milestones img{
	background-image:url(images/Icons/flag_blue.png);
	height:16px;
	width:16px;
	margin-right:5px;
	vertical-align:middle;
}
/* EO OLD-PRODUCT-CSS-SUPPORT */
/* PRINT/EMAIL COMMANDS */
A.EmailPage IMG
{
	background-image:url('images/buttons/SiteHeader_Email.png');
	background-repeat:no-repeat;
	height:17px;
	width:57px;
}
A.PrintPage IMG
{
	background-image:url('images/buttons/SiteHeader_Print.png');
	background-repeat:no-repeat;
	height:17px;
	width:57px;
}
/* EO PRINT/EMAIL COMMANDS */
/* BREADCRUMB */
span.breadcrumb
{
color:#888888;
}
div.breadcrumbline
{
border-bottom: 1px solid rgb(238, 238, 238);
width:70%; 
margin-bottom:20px;
margin-top:10px;
}
span.currentcrumb
{
color:#A8A8A8;
font-weight:bold;
}
a.crumblink {
color:#989898;
}
a.crumblink:hover, a.crumblink:visited
{
color:#A8A8A8;
}
/* EO BREADCRUMB */
.freedomainspecial
{
	width:350px;
	height:115px;
	background-image:url(../../../shared.webafrica.co.za/images/products/hosting_freedomainpromo.png);
}
.aboutImage
{
	width:16px;
	height:16px;
	background-image:url(../../images/about.png);
}
.hostingtuxfooter
{
	background:url(../../../shared.webafrica.co.za/images/products/hosting_tux.png) no-repeat left center;
	height:55px;
}
.hostingPhpFooter
{
	background:url(../../../shared.webafrica.co.za/images/products/hosting_php.png) no-repeat left center;
	height:55px;
}
.hostingMySQLFooter
{
	background:url(../../../shared.webafrica.co.za/images/products/hosting_mysql.png) no-repeat left center;
	height:55px;
}
.hostingAppPackFooter
{
	background:url(../../../shared.webafrica.co.za/images/products/hosting_applicationpack.png) no-repeat left center;
	height:55px;
}
.ProductMatrixTable
{
	width:100%;
	border-bottom:1px solid #CECFD0;
}
.mailfirefeatures
{
	overflow:auto; 
	white-space:nowrap; 
	width:940px;
}
.subscriberManagement{
	width:16px;
	height:16px;
	background-image:url('../../../shared.webafrica.co.za/images/products/feature_centralised.png');
}
.messageCreation{
	width:20px;
	height:20px;
	BACKGROUND-IMAGE: url('../../../shared.webafrica.co.za/images/products/feature_mailfire_msgsending.png');
}
.messageSending{
	width:16px;
	height:16px;
	background-image:url('../../../shared.webafrica.co.za/images/products/feature_pooled.png');
}
.statisticsAndReporting{
	width:20px;
	height:20px;
	background-image:url('../../../shared.webafrica.co.za/images/products/feature_mailfire_reporting.png');
}
.accountManagementAndBilling{
	width:16px;
	height:16px;
	background-image:url('../../../shared.webafrica.co.za/images/icons/16/prepaid.png');
}
.prepaidImageDiv
{
	background:url('../../../shared.webafrica.co.za/images/icons/16/prepaid.png') no-repeat left top;
	padding-left:18px;
	height:18px;
}
.mailfireEnterpriseImage
{
	width:173px;
	height:38px;
	background-image:url(../../../shared.webafrica.co.za/images/products/mailfire_enterprise.png);
}
.spamFreeImage
{
	width:102px;
	height:38px;
	background-image:url(../../../shared.webafrica.co.za/images/icons/spam_free.png);
}
.mailfireStandardImage
{
	width:173px;
	height:38px;
	background-image:url(../../../shared.webafrica.co.za/images/products/mailfire_standard.png);
}
.dslCompleteLogoSml
{
	background-image:url(../../../shared.webafrica.co.za/images/products/dsl-complete-logo-sml.png);
	height:32px;
	width:200px;
}
.freeDialupImg
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/free_dialup.png);
	height:70px;
	width:70px;
}
.needARouterImg
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/needarouter.png);
	height:146px;
	width:100px;
}
.needPrepaidImg
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/adsl_prepaid.png);
	height:143px;
	width:93px;
}
.componentsImg
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/components.png);
	height:48px;
	width:48px;
}
.dslgroupfeatures
{
	overflow:auto; 
	white-space:nowrap; 
}
.footeraspcontent
{
	width:100%;
}
.signpostimage
{
	background-image:url(../../images/signpost.png);
	width:32px;
	height:32px;
}
.expandImage
{
	background-image:url(../../../shared.webafrica.co.za/images/alerts/expand.png);
	width:16px;
	height:15px;
}
.lightbulbOnBig
{
	background-image:url(../../../shared.webafrica.co.za/images/lightbulb_on_big.png);
	width:23px;
	height:33px;
}
.moneyEnvelopeImage
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/money_envelope_add.png);
	width:48px;
	height:48px;
}
.check16Image
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/check16.png);
	width:16px;
	height:16px;
}
.delete16Image
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/delete16.png);
	width:16px;
	height:16px;
}
.mediaPlayGreenImage
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/media_play_green.png);
	width:16px;
	height:16px;
}
.mediaStopRedImage
{
	background-image:url(../../../shared.webafrica.co.za/images/icons/media_stop_red.png);
	width:16px;
	height:16px;
}
/*About page*/
#aboutNav
{
    float:left;
    width:200px;
    border: solid 1px black;
    height:600px;
    margin-left:10px;
    display:block;
}
#aboutContent
{
    border: solid 1px black;
    width: 600px;
    margin-left: 220px;
    
}
div.aboutwa p
{
  margin: 10px 0 10px 0;
}
p.first{
padding-top:10px;
}
div.aboutwa p img
{
    margin-bottom:15px;
}
div.aboutwa p img.bottom
{
    margin-top:15px;
}
img.aboutheader{
	margin-bottom:15px;
}

div.aboutwa{
padding-left:32px;
padding-right:32px;
padding-top:20px;
text-align:justify;
}

td.navHeader
{
  background-image: url(../../images/about/navbar_aboutus_header.jpg);
  width: 250px;
  height:32px;
  font-size:16px;
  font-weight:bold;
  color:White;
  padding:0px;
}
td.navItem
{

  width: 250px;
  height:32px;
  padding:0px;
  cursor:pointer;
}
td.navItem a
{
    color: #646464;
}
td.navSelected
{

  width: 250px;
  height:32px;
  padding:0px;
  cursor:pointer;
}
td.navSelected a
{
    color:White;
}
div.links
{
  width: 238px;
  height:16px;
  display:block;
  vertical-align:middle;
  padding:7px 0 7px 13px;
  font-family:Verdana;
  font-size:10pt;
   font-weight: bolder;
   cursor:pointer;
}
/*WAPLEX*/
div.wapleximageviewer{
margin-left:auto;
margin-right:auto;
width:450px;
height:358px;
min-height:358px;
background-image:url('../../../shared.webafrica.co.za/images/polaroids.png');
background-repeat:no-repeat;
}
.centeredtext{
text-align:center;
}
hr.hr {
border:none;
width:100%;
color:#e6e6e6;
background-color:#e6e6e6;
height:1px;
}
div.wapleximageviewer a{
position:relative;
top:25px;
left:32px;
}
div.wapleximgdesc{
padding:10px;
}
div.waplexthumbscontainer{
width:600px;
margin-left:auto;
margin-right:auto;
}
a.waplexthumb{
padding:2px;
cursor:pointer;
}
.subheader {
font-family:verdana;
font-size:17px;
color:#0D5276;
font-weight:bold;
}
.subheadersml {
font-family:verdana;
font-size:12px;
color:#0D5276;
font-weight:bold;
}

/* IPC_Trial Pages */
div.trial_content
{width: 60%; text-align:justify;}

div.trial_content p
{
	padding-top:10px;
}

div.trial_content a
{
	color: #3b95b2;
}

div.error, div.mail_error
{
	padding:16px 8px 8px 72px;	
	font-weight:bold;
	font-size:13px;
	color:#242424;
	width:530px;
}

div.error
{
	background-image:url('../../ipc_trial_signup/images/error.png');
	min-height:50px;
}

div.mail_error
{
	background-image:url('../../ipc_trial_signup/images/mail_error.png');
	min-height:25px;
}
form.signup input[type='text']
 {
	border:solid 0px #FFFFFF;
	/*background-image:url('../../ipc_trial_signup/images/trialpage_textbox.gif');
	background-position: center left;
	background-repeat: no-repeat;*/
	background:none;
	padding:1px 1px 1px 7px;
	height:22px;
	width:152px;
	font-size:12px;
	color:#818181;
	font-weight:bold;
}
div.inputwrapper
{
background-image:url('../../ipc_trial_signup/images/trialpage_textbox.gif');
}
/*
div.error, div.mail_error
{
	/*padding:16px 8px 8px 72px;	*/
	/*font-weight:bold;*/
	/*font-size:12px;*//*
	color: red;
}
div.mail_error
{
padding-top:10px;
}
*/
form.signup .required, form.signup .optional
{
	display:block;
	
	line-height:14px;
}

form.signup .required
{
	color:#ce0000;
}

form.signup .optional
{
	color:#079500;
}
form.signup input[type="image"] {
background-image:url(../../ipc_trial_signup/images/button_signup.png);
border:0 none #000000;
cursor:pointer;
height:40px;
margin-top:14px;
width:197px;
}

form.signup div.tabbed
{
	padding-left:320px;
}
form.signup div.center
{
	text-align:center;
}

div.success
{
	background-image:url('../../ipc_trial_signup/images/thanx_image.jpg');
}

div.failure
{
	background-image:url('../../ipc_trial_signup/images/unsuccesful_image.jpg');
}

ul.steps, ul.steps li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.steps li
{
	padding:0px 0px 8px 72px;
	min-height:64px;
	line-height:64px;
	font-size: 13px;

}

li.step1
{
	background-image:url('../../ipc_trial_signup/images/step1.png');
}

li.step2
{
	background-image:url('../../ipc_trial_signup/images/step2.png');
}

li.step3
{
	background-image:url('../../ipc_trial_signup/images/step3.png');
}
div.trialtextinput
{
    background-image:url('../../ipc_trial_signup/images/inputbox_container.gif');
	padding:22px 10px 32px 22px;
}
div.closed
{
	background-image:url('../../ipc_trial_signup/images/closed.jpg');
	width:60%;
	padding-top:300px;
	text-align:justify;
}