#businessApplyForm {
	border-right: 1px solid #CDCDCD; float:left; width:390px;
}

#form_apply {
	float:left; width: 360px; padding: 20px 0 20px 10px; border:1px solid #CACACA; background-color: #F2F2F2; margin: 0 0 30px 0;
}

#content {
	height: 700px;
}

#content h3 {
	color: #745074;
}

#businessApplyText {
	float:right; width:600px; height:720px;
}

.accordion_image {
	float:right; width: 360px; height: 550px;
}

#businessApply label {
	font-weight:bold;
} 

label {
	cursor:default; font-weight:bold; margin: 0 0 0 0;
}

#businessApply label.firstname, .businessApply label.lastname, .businessApply label.city, .businessApply label.province, .businessApply label.email, .businessApply label.phone {
	font-weight:normal; color:red; margin-left:15px;
}

.examples {
	font-size:12px;
}

.red_asterick {
	color:red;
}

textarea {
	width: 210px; height:120px;
}

input {
	width: 210px;
}

select {
	width: 224px;
}


#rotate {
  -webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
     -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(90deg);  /* IE 9 */
       -o-transform: rotate(90deg);  /* Opera 10.50-12.00 */ 
          transform: rotate(90deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */ 
}



