@CHARSET "UTF-8";
/*******************************************************************************
 * login.css
 *
 * This file contains styles for displaying the login/user information bar. In
 * particular this includes the sliding "carousel" div.
 *
 * Author: William Madden
 *
 * Copyright (c) JB Interactive, 2008
 ******************************************************************************/

/*******************************************************************************
 * CAROUSEL
 ******************************************************************************/
#carousel {
	width: 1846px;
	height: 30px;
}

/*******************************************************************************
 * MEMBER LOGIN LINK
 ******************************************************************************/
#member_login {
	width: 104px;
	padding-left: 813px;
	float: left;
}

#member_login a {
	padding-right: 23px;
	line-height: 30px;
	display: block;
	width: 80px;
	background: url('../../img/icons/right-arrow.gif') transparent no-repeat 0 7px;
	background-position: right;
	background-color: #01538D;
	float: right;
	color: #FFFFFF;
}

/*******************************************************************************
 * LOGIN FORM
 ******************************************************************************/
#user_details form {
	line-height: 19px;
	display: block;
	height: 24px;
	padding: 6px 0 0 0;
	width: 640px;
	float: left;
	margin: 0;
}

#user_details input {
	border: none;
}

/* Username and password inputs */
#username, #password {
	padding-left: 10px;
	width: 200px;
	height: 24px;
}

/* Username and password containers */
#username-field, #password-field {
	height: 14px;
	width: 196px;
	padding: 2px;
	margin: 0;
	font-size: 12px;
}

#user_details button {
	/*background: url('../../img/login_button.png') no-repeat;
	border: none;
	padding: 0;
	color: #FFFFFF;*/
	cursor: pointer;
}
