@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 {
	background:url('/img/style/button_bg.gif') repeat-x;
	color:#FFF;
	font-size:13px;
  	outline:hidden;
	height:23px;	
	cursor:pointer;
	border-bottom:1px solid #5a8710;
	border-right:1px solid #5a8710;	
	border-left:1px solid #91d748;
	border-top:1px solid #91d748;
	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 #000;
}

.input-button::-moz-focus-inner { border: 0; }

.input-file {
}

.input-textarea-readonly {
}

.input-radio {
}

.input-checkbox {
}

.input-form {
}
