/*****************
BUTTONS
******************/

.modifyPopupForm {
	width:100%;
}

/*****************
INPUTS
*****************/
input[type=text] {
	width:150px;
}

input[type=password] {
	width:150px;
}

input[type=text]:hover {
}

input[type=text]:focus {
}

select {
	padding:2px;
	width:100px;
}

select.required {
	background-image:url('../../images/admin/warning.png');
	background-position:left center;
	background-repeat:no-repeat;
}

select:hover {
}

select:focus {
	background-color:#F7F6FF;
}

.textarea {
	padding:2px;
	width:100%;
}

.textarea:hover {
}

.textarea:focus {
}

/*****************
LOGIN FORM
******************/
.loginContent {
	padding-top: 30px;
}

.login {
	margin: 0 auto;
	width:400px;
	padding:20px 0px 0px 0px;
	border-bottom: thin solid #cccccc;
}

.login tr {
	border: none;
}

.login td {
	border: none;
	background-color: transparent;
	text-align: right;
}

#logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 250px;
}

.lheader { 
	font-size:26px; 
	color:#000000; 
	font-weight:bold; 
	text-align:right; 
	padding:0px 25px 10px 15px; 
	border-bottom: thin solid #cccccc;
	margin-bottom: 30px;
	
}

.login label {
	color: #000000;
	text-align: right;
}

input.send-btn {
width: 75px;
height: 24px;
background: #333 url(../../images/admin/login2.gif) no-repeat;
outline: none;
}

input.send-btn:hover {
background: #666 url(../../images/admin/login2.gif) no-repeat 0 -25px;
}
