.form.userProCreate select {
	width: 185px;
}
.form.userProCreate  .ui-selectmenu-dropdown {margin: 0 7px 0 0;}
.form.userProCreate  input {width: 172px;}

#UserBusiness_name {
	width: 366px;
}
#UserBusiness_description {
	width: 564px;
	height: 100px;
}

#UserBusiness_sitecolor select{
	width: 250px;
}

/*File Upload*/

.row.field_logo {width: 270px;float: left;}
.row.field_logo .hint {margin-top: 5px;}

.userProCreate .qq-upload-button {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 215px;
	height: 90px;
	cursor: pointer;	
	border: 2px solid #6e6e6e;
   background: url("../images/sprite.png") no-repeat scroll -203px -327px transparent;
}

.userProCreate .qq-upload-button-hover {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	width: 215px;
	height: 90px;
	cursor: pointer;	
	border: 2px solid #6e6e6e;
   background: #efefef url("../images/sprite.png") no-repeat scroll -203px -327px;
}

.userProCreate .qq-upload-list {
	display:none;
}

.userProCreate .thumbs li {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 215px;
	height: 90px;
	cursor: pointer;	
	border: 2px solid #ffffff;
	position: relative;
	background: url('../images/loading.gif') 50% 50% no-repeat;
}

.userProCreate li.noborder {
	border: none;
	background: none;
}

.userProCreate .thumbs li a.delete{
	position: absolute;
	width: 36px;
	height: 32px;
	bottom: 0;
	right: 0;
   background: url("../images/sprite.png") no-repeat scroll -250px -39px transparent;
}


#User_activation_code {
	width: 377px;
}

.field_cellular {
    width: 194px;
}
