@charset "utf-8";
/* CSS Document */

.dvtContentSpace {
	border:1px solid #dedede;
	padding:15px;
	float:left;
}
#inputs label {
	padding:5px;
	float:left;
}
#inputs label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #545454;
	width:160px;
	background:#F7F7F7 url(../images/inputfield/labelbg.jpg) repeat-y scroll right center;
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
}
#inputs br {
	clear: left;
}
#field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:3px;
	float:left;
	margin-left:10px;
	width:300px;
}
#inputss label {
	padding:5px;
	float:left;
}
#inputss label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #545454;
	width:148px;
	background:#F7F7F7 url(../images/inputfield/labelbg.jpg) repeat-y scroll right center;
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
}
#inputss br {
	clear: left;
}
#fielddetail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:5px 10px 5px 10px;
	height:14px;
	background-color:#FFF;
	float:left;
	margin-left:0px;
	width:200px;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}
#fieldlogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:3px;
	float:left;
	margin-left:10px;
	width:200px;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding-left:5px;
}
.bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	padding-top:60px;
	padding-right:30px;
}
.op {
	font-weight:bold;
}
input.label { width: 95%; }
input.file { width: 95%; }
input.title { width: 95%;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
 }
input.name { width: 70%; }
input.first { width: 35%; }
input.last { width: 70%; }
input.phone { width: 70%; }
input.email { width: 70%; }
input.website { width: 70%; }
input.date { width: 35%; }
input.datetime { width: 45%; }
input.username { width: 80%; }
input.password { width: 80%; }
input.time { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #DDDDDD;
	width: 20%; 
	padding:0px;
	text-align:center;
	-moz-box-shadow:0 0 10px #eee inset;
 }
input.length { width: 15%; text-align:center; }
input.pos { width: 10%; text-align:center; }
#input.submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	border:1px solid #DDDDDD;
	padding:12px;
	background:  #dddcdd   url(../images/inputfield/label.top.bg.jpg) bottom repeat-x; 
}