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

<!--

/* FORMS */

/* FORMS */

div#greenPromiseBanner {
width: 577px;
height: 201px;
background-color: transparent;
background-image: url('/forms/green/images/bg_banner_kept_our_promise.jpg');
background-repeat: no-repeat;
background-position: center;
}

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;
/*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;
}

-->
