@charset "utf-8";
/* CSS Document */

<!--
.phpForms_pgtitle
{
    font-family : Arial;
    font-size   : 18px;
    color       : #555;
    font-weight : bold;
}
.phpForms_toptext 
{
	font-family		:	Arial;
	font-size		:	12px;
	background-color:	#CCF0AC;
}

.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    font                : Verdana, Arial, Helvetica, sans-serif;
    color               : #000000;
}


