﻿/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	
	background-color:#d0ccb3;
	color:gray;
}	

.validatorCalloutHighlight
{
    background-color: #e2d8a5;
}


/* CODE FOR ROUNDED BOXES */
.input{background:url(input_left.png) no-repeat;padding:0 0 0 4px;float:left;margin:1px;float:left;}
.input span{background:url(input_right.png) no-repeat right top;padding:1px 3px 3px 0;float:left;}
    /* if you want a different color, jsut specify it here, and change the color of the included .png files */
.input span input{background:#cccccc;color:#666666;font-weight:bold;border:0;}

