/* Forms.css */

/*

"PrintMyCanvas"

Notes:

FrmLabel can be moved here,

FrmField

FrmBtn


etc
*/

.FrmLabelCol
{
width: 20%;
}

.FrmLabel
{
margin-top: 1px;    /* new */
font-weight: bold;
white-space:nowrap;
/*min-width: 150px;*/
}
.FrmLabelRt
{
text-align: right;
font-weight: bold;
white-space:nowrap;
/*min-width: 150px;*/
}

.required
{
color: #ff0000; 
}

.PmcTextInput
{
background-color: #d4d1ca;
height: 24px;   /*36px;*/
border-style: inset;
font-family: Georgia;
color: #50403d; 
}

/* NOTE! same as above */
.FrmField
{
background-color: #d4d1ca;
height: 24px;   /*36px;*/
border-style: inset;
font-family: Georgia;
}
