
/* ui-form */
.ui-form{
	width: 249px;
	overflow: hidden;
	padding: 0 0 5px 0;
	border: 1px solid #ccc;
}
	.ui-form-title{
		font-weight: bold;
		padding: 10px 15px;
		border-bottom: 1px solid #ddd;
		background: #f0f0f0;
	}
	.ui-form-item{
		width: 220px;
		padding: 2px 15px;
		overflow: hidden;
	}
		.ui-form .ui-label{
			display: block;
			line-height: 30px;
		}
		.ui-form .ui-input{
			width: 200px;
			float: left;
			clear: both;
			padding: 5px 8px;
			height: 15px;
			overflow: hidden;
			color: #999;
			border: 1px solid #ccc;
			background: url(imagesinput.gif) 0 0 repeat-x #f8f8f8;

			border-radius:1px;
		}
		.ui-form .ui-textarea{
			height: 60px;
			line-height: 20px;
			overflow: scroll;
			overflow-x: hidden;
		}
		
		.ui-form .ui-input-parent-hover .ui-input{border-color: #999;}
		.ui-form .ui-input-parent .ui-input{border-color: #18c2c8;}
		
		.ui-form .ui-button{
			width: 80px;
			float: right;
			height: 30px;
			line-height: 20px;
			overflow: hidden;
			text-align: center;
			cursor: pointer;
			font-weight: bold;
			color: #fff;
			border: 1px solid #0098aa;
			background: #18c2c8;
			
			border-radius:1px;
		}

/* ui-message */
.ui-message{
	width: 740px;
	overflow: hidden;
	padding: 10px;
	margin-top: 10px;
	color: #080;
	border: 1px solid #67b601;
	background: #f4fee5;
	
	border-radius:5px;
}		

	.ui-message p{
		padding:8px 10px;			
	}

