﻿
.Hide {display: none;}
.Show {display: inline;}

.textbox {
	border: 1px solid #4ea9ca;
	padding: 3px;
}

.textbox:hover {
	border: 1px solid #4ea9ca;
	background: #d0e2e9;
	padding: 3px;
}

.textbox:active {
	border: 1px solid #4ea9ca;
	background: #d0e2e9;
	padding: 3px;
}

.textbox_hover {
	border: 1px solid #4ea9ca;
	background: #e5f1f6;
	padding: 3px;
	line-height: 15px; /*Line Height needed for indent in IE*/
}

.ddl {
	border: 1px solid #4ea9ca;
	padding: 3px;
	/*Background not supported in IE 9 + ?*/
}


/*.required 
{
	padding: 3px;
	border: 1px solid #4ea9ca;
    background: #FFF URL(../images/Required.png) no-repeat left;
	text-indent: 10px;
	line-height: 15px;*/ /*Line Height needed for indent in IE*/
/*}
.required:hover {
	padding: 3px;
	border: 1px solid #4ea9ca;
	background: #d0e2e9 URL(../images/Required.png) no-repeat left;
	text-indent: 10px;
	line-height: 15px;*/ /*Line Height needed for indent in IE*/
/*}*/
