@charset "utf-8";
/* style.input.css Copyright 2006-2009 (c) by BT-Group (info@bt-group.lt)
   All Right Reserved.
   
   failas skirtas svetaines formu elementu stiliams deklaruoti
   prefiksas: input-*
*/
.input-text,.input-password {
	width:180px;
	padding:3px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;	
}
.input-textarea {
	width:300px;
	height:150px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:3px;
}
.input-select {
	width:180px;	
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;	
}
.input-button {
	margin:0px;
	color:#FFFFFF;
	background-color:#212F80;
	font-weight:bold;
	font-size:12px;
  	outline:hidden;
	height:23px;	
	cursor:pointer;
	border:1px solid #7B84B4;
	
	padding-bottom:3px;
	#padding-left:10px;
	#padding-right:10px;
	#padding-top:2px;
	-moz-user-focus:normal;
	width:auto;
    overflow:visible;
	text-shadow:0 0 0 #fff;
}

.input-button::-moz-focus-inner { 
	border: 0; 
}

.input-file {
}

.input-textarea-readonly {
}

.input-radio {
}

.input-checkbox {
}

.input-form {
}