/*-- ACCOUNT  --------------------------------------------------------------*/

#account_controls h3 {
color:#444;
font-size:1.2em;
padding-bottom:3px;
}
p.welcome,
#status p,
p.logout,
p.warning {
font-size:1.1em;
}

/*-- ACCOUNT-LOGIN  --------------------------------------------------------*/
div.login {
padding:12px 0 9px 10px;
border-bottom:2px solid #7F7F7F;
float:left;
width:150px;
background:#DADCD9;
}
#account_controls div.login h3 {
padding-bottom:6px;
}
div.login fieldset {
border:none;
}
div.login label {
width:140px;
font-weight:bold;
color:#000!important;
padding-top:2px;
display:block;
font-size:1.1em;
}
div.login .check_group div {
padding:2px 0 8px;
overflow:hidden;
}
div.login .check_group label {
font-weight:normal;
}
div.login .check_group label input {
display:block;
float:left;
font-size:1.1em;
}
div.login .check_group label span {
display:block;
float:left;
padding-left:3px;
color:#000!important;
}
div.login .options {
padding-right:8px;
}
div.login .options p {
float:left;
width:76px;
font-size:1.1em;
}
div.login .options input {
float:right;
margin-top:8px;
}
div.login fieldset input#username,
div.login fieldset input#password {
margin-bottom:5px;
width:136px;
border:0;
padding:1px 2px;
font-size:1.1em;
color:#000;
}

div.login div.btn input{
color:#000!important;
}

/*-- CREATE-ACCOUNT  -------------------------------------------------------*/
div#create_account {
background-color:#DADCD9;
padding:8px 0 9px 10px;
border-bottom:2px solid #7F7F7F;
float:left;
width:150px;
margin-top:10px;
}
div#create_account h3 {
padding-bottom:6px;
}
div#create_account p {
color:#333;
font-size:1.1em;
}
div#create_account p.btn {
margin:10px 0;
}
div#create_account p.btn a img {
border:0;
}

/*-- MY-ACCOUNT  -----------------------------------------------------------*/
#my_account {
background-color:#DADCD9;
padding:14px 0 9px 0;
border-bottom:2px solid #7F7F7F;
position:relative;
float:left;
width:160px;
margin:0;
}
#my_account.logged_out {
margin:10px 0 0;
}
#my_account h3 {
padding:0;
padding-left:10px;
margin-top:-6px;
padding-bottom:5px;
}
#my_account p.welcome {
font-weight:bold;
padding:7px 10px 10px;
color:#333;
}
#my_account #status {
margin:0 10px 15px;
}
#my_account #status h4 {
font-size:1.2em;
color:#666;
}
#my_account ul li {
padding-bottom:5px;
float:left;
position:relative;
}
#my_account ul li a {
width:160px;
height:25px;
display:block;
text-indent:-3000px;
overflow:hidden;
font-size:1px;
text-decoration:none;
}
#my_account ul li a:focus {
outline:none;
}
#my_account ul li span.flag {
position:absolute;
width:158px;
height:49px;
left:-158px;
top:-6px;
display:block;
text-indent:-3000px;
font-size:1px;
overflow:hidden;
}
#my_account ul li#acc_search a {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/nav_my_searches.gif) no-repeat;
}
#my_account ul li#acc_search span.flag {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/flag_saved.png) no-repeat;
}
#my_account ul li#acc_search.popped_out a {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/nav_my_searches_out.gif) no-repeat;
}
#my_account ul li#acc_shortlist a {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/nav_my_shortlist.gif) no-repeat;
}
#my_account ul li#acc_shortlist span.flag {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/flag_shortlisted.png) no-repeat;
}
#my_account ul li#acc_shortlist.popped_out a {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/nav_my_shortlist_out.gif) no-repeat;
}
#my_account ul li#acc_jobs a {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/nav_my_jobs.gif) no-repeat;
}
#my_account ul li#acc_account a {
background:url(http://www.greenwichseniorrecruitment.com/microsites/greenwich_council/stat/nav_my_account.gif) no-repeat;
}
#my_account p.logout {
float:left;
width:150px;
text-align:right;
padding-right:10px;
padding-top:5px;
}

.login .warning {
width:134px;
margin:5px 0;
border:1px dotted #AE1E35;
padding:2px;
color:#AE1E35;
}

#popup {
position:absolute;
top:0;
left:0;
width:1px;
height:1px;
z-index:1000;
}
#popup iframe {
position:absolute;
background-color:#fff;
width:310px;
height:315px;
}

#account_controls fieldset legend {
height:0;
font-size:0;
}
#account_controls fieldset legend
{
position:absolute;
top:0;
left:-90000px;
visibility:hidden;
height:0;
width:0;
}


#account_creation_tickboxes .privacy_p input{
width:15px!important;
height:15px!important;
margin-top:5px;
margin-right:5px;
}

#account_creation_tickboxes .privacy_p label{
position:relative!important;
margin-top:5px!important;
width:390px!important;
}

#account_creation_tickboxes .contactable input{
width:15px!important;
height:15px!important;
margin-top:5px;
margin-right:5px;
}

#account_creation_tickboxes .contactable label{
position:relative!important;
margin-top:5px!important;
width:350px!important;
}

#account_creation_tickboxes p.personal_information{
font-size:13px!important;
}