.one-column #respond {
	width: auto;
}

body
{
font-family : "Tahoma", "Arial", "Helvetica";
fontfamily : "Tahoma","Arial","Helvetica";
background: #E8E8E8;
font-size : 12pt;
fontsize : 12pt;
font-weight : normal;
color : ;
text-decoration: bold;
scrollbar-3dlight-color: #6a6a6a;
scrollbar-arrow-color: #444444;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #dcdcdc;
scrollbar-highlight-color: #dcdcdc;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #8C8C8C;
}

/* =Global
----------------------------------------------- */

input, textarea {
	
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

/* Comment Form */
#respond {
	
	border: 1px solid #CACACA;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 500px;
}
#respond input[type="text"],
#respond textarea {
	border: 4px solid #CACACA;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 4px;
	text-indent: 80px;
}
#respond input.login{
	text-indent: 130px;
}
#respond input.password{
	text-indent: 220px;
}
#respond input.passwordconf{
	text-indent: 180px;
}
#respond input.courpass{
	text-indent: 210px;
}

#respond select {
	border: 4px solid #CACACA;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 4px;
	text-indent: 180px;
}
#respond input[type="password"] {
	border: 4px solid #CACACA;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 4px;
	margin-top: -10px;	
}
#respond input[type="file"] {
	border: 4px solid #CACACA;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 7px;
	text-indent: 80px;
	margin-top: -10px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-comment label {
	background: #CACACA;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	font-weight:bolder;
	left: 4px;
	min-width: 60px;
	padding: 0px 9px;
	position: relative;
	top: 20px;
	z-index: 1;
}
#respond .comment-form-url label{
	background: #CACACA;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	font-weight:bolder;
	left: 4px;
	min-width: 60px;
	padding: 0px 9px;
	position: relative;
	top: 20px;
	z-index: 1;
}
/*
#respond input[type="text"]:focus,
#respond input[type="password"]:focus,
#respond input[type="file"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
*/

#respond textarea {
	resize: vertical;
	width: 95%;
	margin-top: -10px;
	margin-bottom: 20px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 40px;
	z-index: 1;
}
#respond .comment-form-url .required{
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 60%;
	position: absolute;
	top: 30px;
	z-index: 1;
}
#respond input.long {
	text-indent: 160px;
}
#respond input.long2 {
	text-indent: 200px;
}
#respond input.long3 {
	text-indent: 140px;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: 0px 0 10px;
}
#respond .form-submit2 {
	float: left;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin-top: -5px;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#respond input#submit2 {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 15px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: -30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text],
#respond input[type=password] {
	display: block;
	height: 24px;
	width: 75%;
	margin-top: -10px;
}

#respond select {
	display: block;
	height: 40px;
	width: 78%;
	margin-top: -10px;
	padding-left: 80px;
}
#respond select.web {
	display: block;
	height: 40px;
	width: 78%;
	margin-top: -10px;
	padding-left: 210px;
}

#respond p.message {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 5px;
}
#respond p {
	font-size: 12px;
	margin-top: -20px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

h1
{
	font-size:28px;
	margin-bottom: 30px;
}

h3
{
	margin-top: -42px;
	background-color:#EEEAD5;
	width:85px;
	padding-left: 5px;
}

#message_form
{
	margin-top: 100px;
}
.messageBox {
float:left;     
width:350px;     
padding:10px;     
border:1px solid #666;     
position:fixed;top:2%; 
background: #DCDCDC;   
margin-left:35%;
margin-top:10px;
z-index:999;     
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
}