/* Standard inputs */
.panel-content input[type=text]{
	width: 698px; height: 20px; padding: 5px 20px 5px 20px;  
	background-color: #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(20%,#f2f2f2)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; 
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 20px 0;
}

.panel-content input:after{
	clear: left;
}

.panel-content textarea{
	width: 698px; height: 80px; padding: 5px 20px 5px 20px;  
	background-color: #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(20%,#f2f2f2)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; 
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 20px 0;
}

.panel-content label{
	display: block;
	width: 120px;
	float: left;
	clear: left;
	text-align: left;
	margin: 0 20px 20px 0;
	padding: 8px 0 0 0;
}

.btn-add{
	display: block;
	height: 6px;
	width: 6px;
	background-image: url(/web/style/kendoui/Silver/sprite.png);
	background-repeat: no-repeat;
	background-position: -37px -213px;
	cursor: pointer;
	line-height: 6px;
}

.btn-del{
	display: block;
	height: 6px;
	width: 6px;
	background-image: url(/web/style/kendoui/Silver/sprite.png);
	background-repeat: no-repeat;
	background-position: -37px -228px;
	cursor: pointer;
	line-height: 6px;
}