﻿#divPage.home {background:url(/images/subhead_bg.gif) repeat-x 0 165px;}
#divMain.default {height:500px;}

#divSubHeader {padding:10px 0;height:180px;margin:15px 0;background:url(/images/subhead.gif) no-repeat 0 18px;position:relative;}
#divSubHeader h2 {display:none;}
#divSubHeader p {display:none;}
#divSubHeader #divScreenshots {position:absolute;right:42px;top:55px;width:180px;}
#divSubHeader #divScreenshots img {float:left;border:solid 2px #aaa;margin:3px;cursor:pointer;}
#divSubHeader #divScreenshots img.selected {border:solid 2px #6fd2f1;}
#imgScreenshot {position:absolute;z-index:100;top:60px;right:240px;padding:5px;background:#fff;
	border:solid 5px #ccc;}

/* boxes */
#divPage.home div.box {float:left;margin-right:28px;}
#divPage.home div.boxcontent {height:130px;position:relative;}
#divPage.home div.boxcontent div.buttons {position:absolute;bottom:0;}
#divSignMeUp h3 {background:url(/images/box_signmeup.gif);}
#divSignMeUp #txtFirstName, #divSignMeUp #txtLastName {width:120px;}

#divLogin h3 {background:url(/images/box_login.gif);}
#divLogin #txtLoginPassword {width:120px;font-family:Arial;}
#divLogin #divLogMeInAutomatically {margin:12px 0;color:#fff;height:18px;line-height:16px;}
#divLogin #divLogMeInAutomatically input.checkbox {margin-right:3px;float:left;}

#divFindAList {margin-right:0;}
#divFindAList h3 {background:url(/images/box_findalist.gif);}

/* already user */
#divAlreadyUser {margin-top:5px;font-size:10px;padding:4px 4px 4px 20px;
	background:url(/images/exclamation.png) no-repeat #fff 4px 6px;border:solid 1px #ccc;line-height:1.4em;}
	

/* find a list results */
#divResults {margin:5px 10px;padding:5px;background:#fff;}
#divResults a {display:block;margin-bottom:5px;padding:2px 2px 2px 25px;
	background:url(/images/list.png) no-repeat 2px 2px #f0efd8;text-decoration:none;color:#333;}
#divResults a.last {margin:0;}
#divResults a em {display:block;font-style:normal;color:#888;}

#divResults #divFindAListWarning {margin:0;}


/* forgotten password */
#divForgottenPasswordInput {position:relative;margin-top:5px;}
#divForgottenPasswordInput label {padding-right:10px;position:relative;top:-2px;}
#divForgottenPasswordInput #txtForgottenPasswordEmail {width:200px;}
#divForgottenPasswordInput #aSendPassword {display:block;position:absolute;width:93px;height:20px;top:1px;left:287px;
	text-indent:-10000px;background:url(/images/sendpassword.gif);}
#divForgottenPasswordInput #divPasswordInfo {margin-top:5px;padding:3px 0 3px 22px;background:url(/images/tick.png) no-repeat;}
#divForgottenPasswordInput #divPasswordWarning {margin-top:5px;padding:3px 0 3px 22px;background:url(/images/exclamation.png) no-repeat;}


