/* Form Layout 1 */
#form1 {
    padding-top: 20px;
    border-top: dotted 1px #eee;
}
	#form1 .form-left {
	width:125px;
	float:left; 
	padding:5px 0px 3px 5px;}
	#form1 .form-right {
	float:left; 
	width: 360px;
	padding:5px 0px 3px 5px;}
	#form1 .form-column {
	float:left;
	padding:3px 5px 2px 5px;}
	#form1 .full-column {
		position: relative;
		z-index: 9999;
	padding:7px 0px 4px 5px;}
	
	.inputfield,
	.textareafield {
		background: #fff6cf;
		border: solid 1px #fff;
		padding: 5px;
		width: 350px;}
	.full-column {
		padding-left: 135px !important;}
	.full-column .button {}

	#form1 .full-column input {
	background: url(/images/form-submit-btn.jpg) top left no-repeat;
	border: none;
	color: #ffffff;
	height: 27px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 94px;}

	/* General Text Styles */
	#form1 label {
	padding:0 5px 0 0;}
	#form1 p {
	padding:4px 0 0 0;}
	
	/* Headers */
	#form1 .heading-column {
	padding:10px 0 5px 0;}
		#form1 .heading-column h3 {
		color:#000099;}
		#form1 .heading-column span {
		color:#0099FF;}
	
	/* Helper Panel */
	#form1 .helper {
	padding:7px 0px 4px 5px;}
	
			/* Text Box */
			#form1 input.textfield {
			width:250px;
			padding: 3px 2px;
			background: #fff6cf;
			border: solid 1px #d0b657;
			color: #444;}
				/* For Security Input box*/
				#form1 input.textfield#security-inputbox {
				margin-top:9px;}
				/* For CVC number */
				#form1  input.textfield#cvc {
				width:43px;}
			
			/* Checkboxes & Radio Buttons */
			#form1 input.checkbox,
			#form1 input.radio {
			border:none;
			width:13px;
			margin-right: 5px;
			margin-top:5px;}
			
			/* Select Boxes */
			#form1  select.selectfield {
			width:256px;
			padding: 2px;
			background: #fff6cf;
			border: solid 1px #d0b657;
			color: #444;}
			/* For Dates */
			#form1  select.selectfield.day,
			#form1  select.selectfield.month {
			float:left;
			width:45px;
			margin-right:5px;}
			#form1  select.selectfield.year {
			float:left;
			width:60px;}
			
			/* TextArea */
			#form1 .textarea {
			display:block;
      width: 250px;
			height:84px;
			padding: 3px 2px;
			background: #fff6cf;
			border: solid 1px #d0b657;
			color: #444;}
			 #form1 .full-column .textarea {width:355px;}
			 #form1 .right-column .textarea {width:250px;}
			
			/* File input */
			 #form1 input.file {}
			 
			 /* File buttons */
			 #form1 input.button {}
			 
			 
			
