/* This CSS sets the default styles for forms. */

input[type="radio"] {
padding: 5px 2px 0px 10px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 0.7em;
}

.ie fieldset {
	padding-top: 0;
}

legend {
	font-weight: bold;
	padding: 0 0.5em;
}

input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
background: #fff;
border:1px solid #999999;
color:#808080;
font-size:11px;
padding:2px;
}

input[type="submit"], input[type="button"], input[type="reset"] {	
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(/lina-20-theme/images/custom/button-large.png) repeat-x scroll center top;
border:1px solid #999;
color:inherit;
font-family:Arial,Helvetica,Calibri,sans-serif;
font-size:11px;
padding:3px 6px 4px;
margin-right:3px;
cursor:pointer;
}

select {
	padding: 0.3em;
}

input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}

.ie .searchIcon {
	padding-top:1px;
}

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {
background: #fff;
border:1px solid #999999;
color:#808080;
font-size:11px;
padding:2px;
}


.ie6 input.submit, .ie6 input.button {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(/lina-20-theme/images/custom/button-large.png) repeat-x scroll center top;
border:1px solid #999;
color:inherit;
font-family:Arial,Helvetica,Calibri,sans-serif;
font-size:11px;
padding:3px 6px 4px;
margin-right:3px;
cursor:pointer;
}

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	color:#808080;
	background: #fff;
	border: 1px solid #ff7f19;
}
