﻿

.form {
	min-height: 1px;
	margin: 18px 0;
	color: #333;
	padding: 0;
	}
	
* html .form {
	height: 1px;
	}


	
.form input.focus,
.form textarea.focus
 {
	border: 1px solid #b2ccbc;
	background: #fff;
	}
	
.form_buttons {
	margin: 18px 0;
	text-align: left;
	clear: both;
	height: 54px;
	}
	
.form_buttons input {
	padding: 5px 10px;
	}
	
/* [ Form Note ] */
	
.form_note {
  font-size: 11px;
  border-top: 1px solid #aaa;
  margin-top: 20px;
}

.form_note p {
	line-height: 14px;
	}
	
.form_note strong {
	color: #cc0000;
	font-size: 16px;
	}
	
/* [ Radio List ] */
.radio {
	margin: 0 0 18px;
	height: 18px;
	overflow: hidden;
	}
	
table.radio_list {
	border: none;
	float: left;
	margin: 0;
	top: -2px;
	position: relative;
	}
	
table.radio_list td {
	border: none;
	padding: 0 5px;
	white-space: nowrap;
	}
	
.radio_label {
	float: left;
	padding-right: 20px;
	}
