/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */
label {
	font-weight: bold;
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

/* Form fields
-------------------------------------------------------------- */
input[type=text],input[type=password],input.text,input.title,textarea,select
	{
	background-color: #fff;
	border: 1px solid #bbb;
}

input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus
	{
	border-color: #666;
}

input[type=text],input[type=password],input.text,input.title,textarea,select
	{
	margin: 0.5em 0;
}

input.text,input.title {
	width: 300px;
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

input[type=checkbox],input[type=radio],input.checkbox,input.radio {
	position: relative;
	top: .25em;
}

form.inline {
	line-height: 3;
}

form.inline p {
	margin-bottom: 0;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */ /**
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
*/
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
	padding: 3px;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

textarea {
	line-height: 18px;
	overflow-y: visible /*only for ie*/
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc
}

legend {
	font-weight: bold;
	font-size: 1.2em
}

.topicContent,.formTextarea,.ftt {
	color: #333;
	padding: 2px;
	width: 450px;
	table-layout: fixed;
	word-break: break-all;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.topicContent {
	height: 250px;
	margin-top: 2px
}

.ftt {
	padding: 5px;
	_height: 100px;
	min-height: 100px
}

.formTextarea {
	padding: 3px;
	margin: 5px 0;
	_height: 150px;
	min-height: 150px
}

.formInput,.formInputs {
	color: #333;
	padding: 3px;
	margin: 5px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.replyform {
	margin: 2px 0 10px 10px
}

input,textarea,select,div.formTextarea {
	background: #f9f9f9;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999
}

input.search_input,input.search_input:focus {
	width: 121px;
	height: 17px;
	color: #ff7700;
	font: 12px Verdana;
	border: 1px solid #ddd;
	padding: 3px 0 0 16px;
	background: #fff url(../img/searchicon.png) no-repeat 3px center
}

/* Input & Link Button */
.link_btn,.input_btn {
	width: auto;
	color: #994800;
	border: 1px #ecc101 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-position: 0 -192px
}

.link_btn {
	padding: 2px 6px !important;
	padding: .3em .4em 0 .4em
}

.input_btn {
	color: #994800;
	padding: 2px 6px;
	overflow: visible; #
	padding: 2px 3px 0 3px;
	_padding: .3em .2em 0 .3em
}

.link_btn:hover,.input_btn:hover,input.link_btn:focus,input.input_btn:focus
	{
	color: #994800;
	cursor: pointer;
	border: 1px solid #ecc101;
	background-position: 0 -215px
}

.btn_mt {
	float: left;
	clear: left;
	margin: 7px 0 7px 0 !important;
	margin: 7px 0 0 0
}

a.link_btn_orange {
	display: block;
	color: #fff;
	text-align: center;
	height: 19px;
	line-height: 19px;
	background: #aaa
}

a.link_btn_orange:hover {
	color: #fff;
	background: #f70
}

.warning {
	color: red;
}

#surveyListDiv {
	margin: 20px 10px;
}

.surveyBlock {
	margin: 0 2px 20px 2px;
	padding: 0 0 5px 0;
	line-height: 22px;
	border-bottom: #ccc 1px dotted;
}

.surveyTitle {
	font-size: 13px;
	color: #2e7016;
	font-weight: 600;
}

.surveyContent {
	margin: 2px 5px;
}

.surveyBlock ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.surveyBlock ul li {
	margin: 0 5px;
	text-decoration: none;
}

.sizeInfos {
	width: 606px;
	padding: 3px;
	margin: 0px 50px 5px 50px;
	color: #2e7016;
	float: left;
	clear: both;
}

.sizeInfos span.title {
	font-weight: 600;
	margin-left: 10px;
	display: block;
}

.sizeInfos input.selected {
	border: #2e7016 2px solid;
	padding: 2px;
}

.sizeInfos ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.sizeInfos li {
	height: 23px;
	width: 45px;
	margin: 5px 8px;
	padding: 2px;
	border: #2e7016 1px solid;
	text-align: center;
	background: #F8FEF6;
	float: left;
	cursor: pointer;
}

.sizeInfos li.candidate {
	background: #E9F4E5;
	font-weight: 600;
	border: #2e7016 2px solid;
}

.colorInfos {
	width: 606px;
	padding: 3px;
	margin: 0px 50px 5px 50px;
	color: #439BC1;
	float: left;
	clear: both;
}

.colorInfos span.title {
	font-weight: 600;
	margin-left: 10px;
	display: block;
}

.colorInfos ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.colorInfos li {
	height: 23px;
	width: 45px;
	margin: 5px 8px;
	padding: 2px;
	border: #439BC1 1px solid;
	text-align: center;
	background: #F5FCFF;
	float: left;
	cursor: pointer;
}

.colorInfos li.candidate {
	background: #CAEEFD;
	font-weight: 600;
	border: #439BC1 2px solid;
}
