﻿/* Form Element Styles*/
#quickHyperLinkRow{
	border:0;
	display:none;
	}
#inputquicksearch{
	border:0;
	display:none;
	}


.inputlogin, .inputregister {
	border:1px solid #003300;
	color:#003300; 
	position: relative; 
	top: 0px; 
	left: 20px;
	z-index: 3; 
	font-family: Verdana, Geneva, Tahoma; 
	font-size: 8pt; 
	line-height: 150%;
	background-color:#d9ef9c;
	overflow: hidden;
	}

.inputlogin {
	height: 15px; 
	width: 100px;
	}
.inputregister {
	height:15px;
	width:200px;
	}


#inputquicksearch {
	border:1px solid #003300;
	color:#003300; 
	top: 0px; 
	left: 0px;
	height: 15px; 
	width: 100px; 
	font-family: Verdana, Geneva, Tahoma; 
	font-size: 8pt; 
	background-color:#d9ef9c;
	display:none;
	} 
#inputmsg {
	border:1px solid #003300;
	color:#003300; 
	position: relative; 
	top: 0px; 
	left: 20px;
	height: 50px; 
	width: 100px; 
	z-index: 3; 
	font-family: Verdana, Geneva, Tahoma; 
	font-size: 8pt; 
	line-height: 150%;
	background-color:#d9ef9c;
	display:block;
	scrollbar-face-color: #99cc00; 
	scrollbar-track-color: #bee358; 
 	scrollbar-arrow-color: #003300; 
 	scrollbar-3dlight-color: #666666; 
 	scrollbar-shadow-color: #000000; 
 	scrollbar-highlight-color: #666666; 
 	scrollbar-darkshadow-color: #000000;
	}


/* login box div styles */

#loginbox {
	padding-top:0px;
	width:140px;
	}

#regbox {
	padding-top:0px;
	width:380px;	
	}
	
#inputlabels{
	width:140px;
	text-indent:20px;
	}
#inputlabels_reg{
	width:380px;
	text-indent:20px;
	float:right;
	}

#row {
	position:relative;
	width:380px;
	display:block;
	padding-top:15px;
	padding-bottom:15px;
	}
	
#col1 {
	width:90px;
	margin-left:10px;
	float:left;
	}
#col2 {
	width:270px;
	float:right;
	}	
#label {
	font-family: verdana, arial, tahoma;
	font-size:0.6em;
	color: #003300;
	padding-left:5;	
	}
	
#label_reg {	
	font-family: verdana, arial, tahoma;
	font-size:0.7em;
	color: #003300;
	padding-left:5;
	}
.button_sp, .button_submit {
	color: #06a; 
	font-family: Verdana, arial, tahoma; 
    	background-color: #bedb88; 
	font-size:10px; 
	text-decoration:none;
	font-weight:bold;
	}
.button_sp{
	border: 0px solid #003300 ;
	}
.button_submit{
	border: 1px solid #003300 ;
	margin-left:100px;
	}
#submit_msg{
	width:148px;
	text-align: center;
}
#submit_msg_xx{
	width:380px;
	text-align: center;
}
