INPUT, TEXTAREA{
	padding:2px;
	background: #fff url(/images/input_bg.gif)  left top no-repeat;
	border: 1px solid #cfcfcf;	
}

INPUT:hover, TEXTAREA:hover {
	border: 1px solid #8A8A8A;	
}

.ButtonRow{
	text-align : right;
}

.EmailButton {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#F2F8FF;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	
	background-image : url(/images/email.png);
	background-repeat : no-repeat;
	background-position : 3px 5px;
	
    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	padding-left:23px;
	padding-top:5px;
	padding-bottom:5px;
}

.EmailButton:hover {
    border:1px solid #CCCCCC;
	background-image : url(/images/email_go.png);
}

.Form TH {
	width:100px;
	vertical-align : top;
	background-color:white;
	height:35px;	
}

.Form INPUT {
	float:left;
}

.Form TD {
	vertical-align : top;	
}

.Form LABEL {
	display:block;
	float:none!important;
	clear:both;
}

.Confirmation {
	padding:5px;
	background-image:url(/images/valid.png)!important;
	background-repeat : no-repeat;
	background-position : 2px 2px;
	margin-left:15px;	
	padding-left:20px;		
	background-color:white;
	border:1px solid silver;
}
