/* ----------------------------------------------- 
                             F O R M S 	
----------------------------------------------- */


form {
	font-size: 0.9em;
	margin:  0;
	padding: 0;
}

input, textarea {
	display: block;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

input#remember {
	float: left;
	margin:  0 .5em 0 0;
}

input, textarea, label {
	margin:  1em 0 0 0;
}

input[type=submit] {
	border: 1px solid #ccc;
	background: #eee;
}


input[type=button] {
	border: 1px solid #ccc;
	background: #eee;
	font-weight: bold;
	text-transform: uppercase;
}

input#preview{
	clear: both;
}

textarea {
}


fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}

fieldset br {
	display: none;
}

legend {
	font-weight: bold;
	margin: 5px 0;
	padding: .2em;
	text-transform: uppercase;
	position: relative;
}
* html legend {
	position: static;
	margin: 5px 0;
}

label {
	word-spacing: 0em;
	width: 120px;
	padding: 0;
}


/*  -----------
=COMMENTS 
  -----------*/
#txpCommentInputForm  {border: 0; }
 
#txpCommentInputForm input#name,
#txpCommentInputForm input#email,
#txpCommentInputForm input#web,
#txpCommentInputForm textarea  {
	color: #666;
	margin:  1em 0 0 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	width: 380px;
	float: left;
}

#txpCommentInputForm label {
	padding:  0;
	width: 110px;
	clear: both;
	float: left;
}
input#nhn_submit{ }
#txpCommentInputForm input#nhn_comment_spamsave { margin-right: 10px; }

/* container div for nhn_live preview*/
div#TextDisplay{
	color: #333;
	background: #ccc;
	padding: 1em;
}
#txpCommentInputForm #txpCommentInputForm {border: 0;}



/* end COMMENTS */

