@charset "utf-8";
/* CSS Document */

/* =Login page */
input.input-text{ margin-right:13px; }
a.login-btn{ display:block; width:94px; height:34px; background:url(../../img/buttons/login.jpg) no-repeat bottom center; }
a.login-btn:hover{ background-position:top center; }

/* =Sign-up page */
a#subscribe{ display:block; width:161px; height:46px; background:url(../../img/buttons/subscribe.jpg) bottom center no-repeat; margin:10px auto; }
a#subscribe:hover{ background-position:top center;}

#container #content .user-entries-content.login{ padding:50px 95px 10px; }
#container #content .user-entries-content.login h1{ font-size:2.9em; color:#5e5e5e; font-weight:bold; height:25px; padding-bottom:0; }
#container #content .user-entries-content.login h1 span#title{ float:left; }
#container #content .user-entries-content.login h1 span#help{ text-align:right; font-size:0.48em; font-weight:normal; float:right; padding-top:15px; }
#container #content .user-entries-content.login h2{ font-size:2.3em; font-weight:lighter; }


#container #content #main-adds p{ padding:0 0 5px 0; color:#5e5e5e; }
#container #content #main-adds #employers a{ font-size:2.3em; color:#004ab9; }
#container #content #main-adds #jobseekers a{ font-size:2.3em; color:#d328d2; }

