/* Reset default browser CSS. Based on work by Eric Meyer: 
 * http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { outline: none; }
a img { border: none; }

/* --- Three-column fixed layout --- */

html body,
body {
	padding: 0;
	font: 75%/160% Verdana, Geneva, sans-serif;
	color: #666;
	background: #FFF url(../images/bg-body.png) repeat-x 0 120px;	
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 920px;
	background: transparent url(../images/euro-hr-jobs.png) no-repeat 0 0;
	}
	
#threecol {
	float: left;
	position: relative;
	margin: 26px 0;
	width: 100%;
	overflow: hidden; 
	}
	
#colright, #colmid, #colleft, #content, #primary, #secondary {
	float: left;
	position: relative;
	width: 100%;
	}
	
#colmid {
	right: 240px;
	}
	
#colleft {
	right: 440px;
	}

#content {
	left: 920px;
	width: 440px;
	}
	
#primary {
	left: 240px;
	width: 220px; 
	}
	
#secondary {
	left: 720px;
	width: 220px;
	}

.clear { clear: both; }

	
/* --- Header + Navigation --- */	

div.skip-link {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	width: 1px;
	}

#header {
	width: 920px;
	overflow: hidden;
	}

#site-title {
	float: left;
	width: 240px;
	height: 120px;
	}
	
#site-title a {
	display: block;
	margin: 10px 50px 10px 10px;
	width: 180px;
	height: 100px;
	text-indent: -9999px;
	}

#site-description {
	padding-top: 30px;
	padding-right: 10px;
	height: 90px;
	color: #333;
	font-size: 110%;
	font-weight:bold;
	line-height: 90px;
	text-align: right;
	overflow: hidden;
	}
	
#menu-main-navigation, 
div.menu ul {
	height: 40px;
	text-align: right;
	}

#menu-main-navigation li,
div.menu li {
	display: inline-block;
	}

#menu-main-navigation a,
div.menu a {
	display: inline-block;
	margin-left: 20px;
	padding: 0 10px;
	height: 40px;
	color: #660E0E;
	line-height: 40px;
	text-decoration: none;
	}

#menu-main-navigation a:hover,
div.menu a:hover {
	color: #FFF;
	}
	
#menu-main-navigation li.current-menu-item a,
div.menu li.current_page_item a,
body.single-jobs #menu-item-22 a,
body.parent-pageid-8 #menu-item-22 a,
body.parent-pageid-10 #menu-item-21 a,
body.single-faq #menu-item-21 a,
body.single-events #menu-item-20 a,
body.parent-pageid-12 #menu-item-20 a {
	color: #FFF;
	background: transparent url(../images/current-page-item.gif) no-repeat 50% 100%;
	}
	
	
/* --- Content --- */

#content h1 {
	margin: 10px 0;
	color: #910000;
	font-size: 150%;
	line-height: 140%;
	letter-spacing:-0.5px;
	}
	
#content h1 span {
	display: block;
	color: #333;
	font-size: 50%;
	font-weight: bold;
	line-height: 140%;
	text-transform: uppercase;
	}
	
#content h2 {
	margin-bottom: 10px;
	color: 000;
	font-size: 110%;
	font-weight: bold;
	}
	
#content h3 {
	margin-bottom: 10px;
	color: 000;
	font-size: 98%;
	font-weight: bold;
	}

#content p {
	margin-bottom: 10px;
	}

#content ul {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: square;
	}

#content a:link,
#content a:visited,
#content a:active {
	color: #910000;
	}

#content a:hover {
	color: #D55518;
	}

#content a.btn {
	float: left;
	display: inline-block;
	margin: 20px 8px 10px 0;
	height: 36px;
	color: #FFF;
	line-height: 36px;
	text-decoration: none;
	background: #910000 url(../images/btn-bg.gif) no-repeat 0 0;
	}

#content a.btn strong {
	display: inline-block;
	margin-left: 10px;
	padding-right: 10px;
	height: 36px;
	font-weight: normal;
	line-height: 36px;
	background: transparent url(../images/btn-bg.gif) no-repeat 100% 100%;
	}
	
#content .print {	
	padding-left:20px;
	background: transparent url(../images/icon-print.png) no-repeat 0 50%;
	}


/* --- slideshow --- */
#slideshow {
	margin-bottom: 20px;
	width: 438px;
	height: 178px;
	overflow: hidden;
	border: 1px solid #999;
	}
	
#ft-title-slideshow {
	display: none; 
	}

	
/* --- Job Posts --- */
#job-posts {
	margin-bottom: 20px;
	}

h3.search,
#job-posts h3 {
	margin: 10px 0;
	padding: 4px 4px 4px 30px;
	color: #FFF;
	font-size: 105%;
	font-weight: normal;
	background: #910000 url(../images/icon-search.gif) no-repeat 7px 50%;
	}
	
#job-posts a.job-post {
	display: block;
	padding: 5px 4px 5px 40px;
	color: #000;
	text-decoration: none;
	background: #FFF url(../images/icon-job.gif) no-repeat 4px 9px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	}
	
#job-posts a.job-post:hover {
	background-color: #E6E5E5;	
	}

#job-posts strong {
	display: inline-block;
	width: 290px;
	font-weight: normal;
	text-transform: uppercase;	
	}

#job-posts .location {
	float: right;
	width: 100px;
	text-align: right;
	}
	
#job-posts .company {
	display: inline-block;
	width: 290px;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#job-posts .date {
	float: right;
	color: #666;
	font-size: 80%;
	}


/* --- Job Post Detail & HR Event Detail --- */

#job-detail, 
#event-detail {
	margin-bottom: 20px;
	}

#job-detail div h4,
#job-detail span.label,
#event-detail div h4,
#event-detail span.label {
	display: block;
	margin-bottom: 4px;
	color: #910000;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #CCC;
	}

.employer-logo {
	margin:10px 0;
	}

p.note {
	padding: 4px 8px;
	color: #000;
	border: 1px dotted #910000;
	}
	

/* --- HR Events --- */

#hr-events {
	margin: 20px 0;
	}

#hr-events h3 {
	padding: 4px 4px 4px 30px;
	color: #FFF;
	font-size: 105%;
	font-weight: normal;
	background: #910000 url(../images/icon-folder.gif) no-repeat 7px 50%;
	}

#hr-events .title {
	font-size: 110%;
	}
	
#hr-events .organizer {
	font-size: 75%;
	text-transform: uppercase;
	}

#hr-events .info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #CCC;
	}

#hr-events p {
	margin: 0;
	padding: 0 10px;
	}

/* --- Site Search --- */

#searchform label {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	}

#searchform #s {
	margin-bottom: 2px;
	padding: 2px 4px;
	width: 430px;
	border: 1px solid #CCC;
	}

#searchform #searchsubmit {
	display: block;
	margin-top: 6px;
	width: 76px;
	height: 36px;
	text-indent: -9999px;
	background: #910000 url(../images/btn-search.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	}

h4.entry-title a {
	color: #000;
	font-weight: bold;
	}

div.entry-meta {
	margin-bottom: 10px;
	font-size: 80%;
	}

div.entry-utility {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}


/* --- Forms --- */

div.frm_forms span.frm_required {
	color: #C00;
	}
	
div.frm_forms div.form-field input {
	padding: 2px 4px;
	width: 240px;
	font: 75%/160% Verdana, Geneva, sans-serif;
	border: 1px solid #CCC;
	}
	
div.frm_forms #frm_form_fields div.frm_checkbox input,
div.frm_forms #frm_form_fields div.frm_radio input {
	width: auto;
	}

div.frm_forms #frm_form_fields .frm_pos_left {
	font-size: 11px;
	}

textarea {
	padding: 2px 4px;
	width: 240px;
	font: 75%/160% Verdana, Geneva, sans-serif;
	border: 1px solid #CCC;
	}
	
div.frm_forms ul#frm_errors {
	padding: 0;
	list-style: none;
	}
	
div.frm_forms #frm_errors li {
	margin-bottom: 2px;
	padding-left: 10px;
	background: #FFF url(../images/bg-red-stripes.png) repeat 0 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #999;
	}

div.frm_forms p.submit input {
	display: block;
	margin: 10px 0 0 160px;
	padding: 0;
	width: 76px;
	height: 36px;
	text-indent: -9999px;
	background: #910000 url(../images/btn-submit.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	}
	
div.frm_forms p.description {
	font-size: 80%;
	font-style: italic;
	text-align: right;
	}

#message {
	padding: 2px 8px;
	color: #000;
	font-weight: bold;
	border: 1px solid #CCC;
	}

/* Submit Your HR Job & List Your Event */
#form_xd8j5f .form-field input,
#form_g22l11 .form-field input {
	width: 430px;
	}
	
#form_xd8j5f textarea,
#form_g22l11 textarea {
	width: 430px;
	}
	
#form_xd8j5f p.submit input,
#form_g22l11 p.submit input {
	margin-left: 0;
	}

/* Register Form + Direct Email Employer */
#toggleDirectEmail {
	text-decoration: underline;
	cursor: pointer;
	}

#directEmail {
	display: none;
	}
	
#registerForm,
#directEmailForm {
	margin: 20px 0;
	}

#registerForm fieldset,
#directEmailForm fieldset {
	padding: 10px 20px;
	border:1px solid #CCC;
	}

#registerForm legend,
#directEmailForm legend {
	padding:0 12px;
	color: #910000;
	font-size: 9px;
	text-transform: uppercase;
	}
	
#registerForm .txtLabel,
#directEmailForm .txtLabel {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	}

#registerForm .txt,
#directEmailForm .txt {
	padding: 2px 4px;
	width: 388px;
	font: 75%/160% Verdana, Geneva, sans-serif;
	border: 1px solid #CCC;
	}

#registerForm textarea,
#directEmailForm textarea {
	width: 388px;
	}
	
#registerForm select {
	width: 100%;
	}

#registerForm .btn,
#directEmailForm .btn {
	float: left;
	display: inline-block;
	margin: 10px 8px 10px 0;
	height: 36px;
	color: #FFF;
	line-height: 36px;
	text-decoration: none;
	background: #910000 url(../images/btn-bg.gif) no-repeat 0 0;
	cursor: pointer;
	}

#registerForm .btn input,
#directEmailForm .btn input {
	display: inline-block;
	margin-left: 10px;
	padding: 0 10px 0 0;
	height: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #FFF;
	background: transparent url(../images/btn-bg.gif) no-repeat 100% 100%;
	border: 0;
	cursor: pointer;
	}
	
	
/* User Login Form */

#usrLoginBox {
	clear: both;
	display: none;
	margin: 20px 0;
	}

#usrLoginBox h4 {
	margin: 10px 0;
	color: #910000;
	font-size: 150%;
	line-height: 140%;
	letter-spacing:-0.5px;
	}

#usrLoginBox #nav {
	text-align: center;
	}
	
#usrLogin {
	display: inline-block;
	padding: 10px 20px 0;
	width: 398px;
	background: #EEE;
	border: 1px solid #CCC;
	}

#usrLogin p {
	float: left;
	margin-bottom: 0;
	}
	
#usrLogin .txtLabel {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	}
	
#usrLogin .txt {
	background: #FBFBFB;
	border:1px solid #E5E5E5;
	font-size:24px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
	width:185px;
	}

#usrLogin .btn {
	float: left;
	display: inline-block;
	margin: 10px 8px 10px 0;
	height: 36px;
	color: #FFF;
	line-height: 36px;
	text-decoration: none;
	background: #910000 url(../images/btn-bg.gif) no-repeat 0 0;
	cursor: pointer;
	}

#usrLogin .btn input {
	display: inline-block;
	margin-left: 10px;
	padding: 0 10px 0 0;
	height: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #FFF;
	background: transparent url(../images/btn-bg.gif) no-repeat 100% 100%;
	border: 0;
	cursor: pointer;
	}
	
.errMsg {
	padding:0.6em 2em;
	color:#910000;
	background: #F59C50 url(../images/error.png) no-repeat 4px 50%;
	border:1px solid #910000;
	}
	
.sysMsg {
	padding:0.6em 2em;
	color:#333;
	background: #E4E4DC;
	border:1px solid #CCC;
	}
	
	
/* --- Left Column --- */

#primary .widget-container {
	margin-bottom: 20px;
	font-size: 80%;
	}
	
#primary h3 {
	margin-bottom: 4px;
	padding: 4px 4px 4px 30px;
	color: #FFF;
	background: #910000 url(../images/icon-folder.gif) no-repeat 7px 50%;
	}

#primary li ul 
{
	padding-left: 20px;
	color: #D55518;
	list-style-type: square;
}

#primary li ul a
{
	color: #666;
}


#primary li ul a:hover
{
	color: #000;
	text-decoration: none;
}


/* --- Right Column --- */

#secondary #linkcat-2 h3 {
	display: none;
	}
	
#secondary #linkcat-2 a {
	display: block;
	}

/* --- Job Search --- */
#secondary .widget-container {
	margin-bottom: 20px;
	font-size: 80%;
	}
	
#secondary li.job-search {
	margin-bottom: 0;
	}

#secondary h3 {
	padding: 4px 4px 4px 26px;
	color: #FFF;
	background: #910000 url(../images/icon-search.gif) no-repeat 7px 50%;
	}
	
#jobsearch {
	margin-bottom: 10px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #CCC;
	}
	
#jobsearch form {
	margin:0;
	padding: 10px;
	background: #E4E4DC;
	border:0;
	-moz-border-radius:0;
	-moz-box-shadow:none;
	}
	
#jobsearch form label {
	display: none;
	}

#jobsearch form p {
	margin:0;
	}

#jobsearch #btn-submit {
	display: block;
	margin-top: 6px;
	width: 76px;
	height: 36px;
	text-indent: -9999px;
	background: #910000 url(../images/btn-search.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	}
	
#jobsearch .search-select {
	margin-bottom: 2px;
	padding: 2px 4px;
	width: 190px;
	font-size: 90%;
	}

#jobsearch .search-text {
	margin-bottom: 2px;
	padding: 4px;
	width: 180px;
	font-size: 90%;
	border: 1px solid #CCC;
	}


/* --- Post a Job --- */
.post-a-job {
	overflow: hidden;
	}
	
.post-a-job a {
	display: block;
	margin: 10px 0 20px;
	width: 220px;
	height: 36px;
	color: #FFF;
	line-height: 36px;
	text-decoration: none;
	background: #910000 url(../images/btn-bg-gray.jpg) no-repeat 0 0;
	}

.post-a-job strong {
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	height: 36px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	background: transparent url(../images/btn-bg-gray.jpg) no-repeat 100% 100%;
	}
	
.post-a-job a:hover, .post-a-job a:hover strong, .post-a-job strong:hover {
	background-image: url(../images/btn-bg.gif);
	}


/* --- Advertisements --- */

#advertisements .advertisement-image a {
	display: block;
	}

#advertisements .advertisement-text {
	display: block;
	margin-bottom: 5px;
	padding: 8px;
	color: #666;
	font-size: 10px;
	border: 1px solid #E6E5E5;
	}

#advertisements .advertisement-text a {
	display: block;
	color: #910000; /* #1111CC; */
	font-size: 12px;
	font-weight: bold;
	}

#advertisements .advertisement-text a:hover {
	text-decoration: none;
	}

#advertisements .advertisement-text .link {
	color: #000; /* #228822; */
	}


/* --- FAQ --- */
#faq-list {
	margin-bottom: 20px;
	}
	
#faq-list .faq {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}
	
#faq-list h4.question {
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
	}
	
#faq-list .answer {
	color: #666;
	font-size: 85%;
	}


/* --- interview of the month --- */
#interview-of-the-month 
{
	float: left;
	padding: 20px 0;
	font-size: 90%;
	border-top: 1px solid #CCC;
	}
	
#interview-inner {
	float: left;
	width: 920px;
	background: #FFF url(../images/red-line.gif) repeat-y 50% 0;
	}
	
.interview {
	width: 430px;
	}

.interview-1 {
	float: left;
	}

.interview-2 {
	float: right;
	}

.interview h4 {
	padding: 4px 10px;
	color: #FFF;
	background: #333;
	}

.interview .interview-content {
	padding: 10px 10px 0;
	background: #E4E4DC;
	}

.interview .interview-content p {
	padding-bottom: 10px;
	}
	
.interview .interview-author {
	overflow: hidden;
	}
	
.interview .interview-author strong {
	color: #910000;
	font-size: 110%;
	}
	
.interview .interview-author img {
	float: left;
	margin-right: 10px;
	padding: 1px;
	background: #FFF;
	border: 1px solid #000;
	}


/* --- Footer --- */	
	
#footer {
	clear: both;
	}
	
#footer-text {
	padding: 5px 0;
	color: #999;
	font-size: 70%;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	}
	
#footer-text a {
	color: #999;
	text-decoration: none;
	}

#footer-text a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#menu-footer-navigation {
	float: right;
	}

#menu-footer-navigation li {
	display: inline;
	}
	
#loginout {
	float: right;
	margin-left: 3px;
	}
	
#made-by a {
	text-decoration: underline;
	}
	
#made-by a:hover {
	color: #910000;
	}
	
	
/* --- WordPress --- */	

#wrapper span.logout-link,
#wrapper span.edit-link {
	position: fixed;
	top: 20px;
	display: inline-block;
	margin: 20px 8px 0 0;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	background: #910000 url(../images/btn-bg.gif) no-repeat 0 0;
	}
	#wrapper span.logout-link { right: 30px; }
	#wrapper span.edit-link { left: 30px; }


#wrapper span.logout-link a,
#wrapper span.edit-link a {
	display: inline-block;
	margin-left: 10px;
	padding-right: 10px;
	height: 36px;
	color: #FFF;
	font-weight: normal;
	line-height: 36px;
	background: transparent url(../images/btn-bg.gif) no-repeat 100% 100%;
	}
	
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

.fix { clear:both; height:100%; line-height: 150%; }

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab-inner {
	margin: 0 auto;
	width: 960px;
	}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #FFF;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #910000;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 920px;
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content .first {
	width: 560px;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	padding: 8px 10px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
