@charset "UTF-8";
/* CSS Document */
#content {
	margin:30px 10px 50px 100px;
	width:751px;
	background-color:white;
	padding:0px;
}

.page1 {
	background-image:url(../../images/vv_bg_03.gif);
	height:390px;
	background-repeat:no-repeat;
}
.ulpage {
	height:550px;
}

.page2{
	height:400px;
}
.page1_left {
	float:left;
	margin-top:50px;
	width:350px;
	padding:20px 0px 0px 20px;
	line-height:21px;
}

.imgsubmit {
	padding:0px;
}

.page1_right {
	float:right;
	margin:65px 20px 0px 0px;
}

.description {
	margin:5px 10px 10px 20px;
	font-size:14px;
	line-height:18px;
}

.formarea {
	margin:5px 10px 10px 20px;
	font-size:11px;
}
.formarea td {
	padding:5px;
}
 
input, textarea, select {
	background-color:#ECECEC;
	padding:5px;
	border:0px;
	
}

checkbox {
	background:white;
}

input .file {
	border:0px;
}

.error {
	color:red;
}

.step2_left {
	float:left;
	font-size:12px;
	margin:10px 10px 10px 20px;
	width:350px;
}

.crop_left {
	float:left;
	width:300px;
	font-size:12px;
	margin:10px 10px 10px 20px;
}

.step2_upload {
	margin:50px 10px 20px 0px;
	padding:10px;
	float:right;
	width:305px;
}

#main_content {
	margin-top:20px; 
	float:right;
	width:400px;
	margin-bottom:20px;
}
#errors {
	padding:10px 10px 10px 0px;
	color:red;
	font-size:12px;
}