.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/Content/images/ui_checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(/Content/images/ui_radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(/Content/images/ui_select.gif) no-repeat;
	overflow: hidden;
}
input[type=text], textarea
{
    border: 1px solid #dddddd;
    padding: 2px;
    width: 300px;
}

.textarea 
{
    width: 305px;
}

select
{
    border: 1px solid #dddddd;
    padding: 2px;
    
}

ul.layout {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


ul.layout{padding: 0px;margin: 0px;list-style: none;}
ul.layout li{padding: 0px;margin: 0px;overflow: hidden;padding: 5px;}
ul.layout li span.label{float: left;text-align: left;width: 200px;}
ul.layout li span.detail{float: left;text-align: left;}

.submit, .button, input[type=button], input[type=submit] 
{ 
    background-color: #5d74d1;
    text-align:center; 
    font-size:11px; 
    font-weight:bold; 
    color:#fff; 
    cursor: hand;
    cursor: pointer;
    border: none;
    margin-top : 10px;
    background-image:none;
    padding: 0.4em 1em;
}

input.invalid {
    background-color: #FCFC9D;
    border-color: #EB1519;
    color: #EB1519;
}

label.invalid  {
    color: #EB1519;
}


