@charset "UTF-8";
 
/*
Name: 3PAR Website Style Sheet
Version: 1.0
Author: Fox Parlor
Description: 3PAR Website Forms Style Sheet
Copyright 2008 3PAR
*/

<!--

/* FORMS */
form{
	margin: 0;
	padding: 0;
}

fieldset {
border: 1px solid #CCC;
}

legend {
border: 1px solid #CCC;
padding: 2px 5px;
color: #666;
font-weight: bold;
}


input {
	font-size: 11px;
	color: #333;
	border: 1px solid #999;
	font-family:Verdana, Geneva, sans-serif;
	/*background-image: url('/images/formfade.gif');
	background-repeat: repeat-x; */
}

input.bdr0 { /* FOR INPUT TYPE IMAGE */
border: 0;
}

select {
font-size: 11px;
color: #333;
border: 1px solid #999;
padding : 1px;
}

option {
font-size: 11px;
color: #333;
}

textarea {
font-size: 11px;
color: #333;
border: 1px solid #999;
}

-->
