

/* 
File: Buttons.css
Purpose: CPFS standard control styling rules. Buttons are in a separate style sheet because they are complicated.
Created: 2013-Nov-15
*/

/* input fields - omit rad combo boxes, they have their own styling */

div.portalDefault input[type=text]:not(.rcbInput),
div.portalDefault input[type=password]
{
	height: 40px;
    margin: 5px 0 5px 0;
    padding-top: 5px; 
    padding-bottom: 6px;
    padding-left: 7px;
    font-size: 16px;
    color: black;
    border-left: 5px solid #0098d5; /* ff8388*/
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background: #F3F3F3 !important;
}

