@CHARSET "UTF-8";

/* std form */
.std_form {
	color: #4E4E4E;
	margin: 15px 0 25px;
}
.std_form table th {
	width: 150px;
}
.std_form table td {
	text-align:left;
}
.std_form table th, .std_form table td {
	padding-bottom: 10px;
	color: #838383;
}
.std_form table.mceLayout  td {
	padding-bottom: 0;
}
.std_form label {
	color:#4e4e4e;
	font-weight:lighter;
	margin-top:2px;
	width:150px;
	font-size: 17px;
	line-height: 30px;
}
* html .std_form .sel_wrap {
	 border:1px solid #cecece;overflow: hidden; float:left;
}
* html .std_form .sel_wrap select {
	margin: -1px;
	width: 392px;
	height: 30px;
	font-size: 24px;
}
.std_form tbody input, .std_form tbody select {
	background-color:#FFFFFF;
	font-weight:normal;
	width: 390px;
	border:1px solid #cecece;
	color:#4e4e4e;
	font-size:24px;
	height: 30px;
}
.std_form tbody input.title_input, .std_form tbody input.tag-input {
    font-size: 16px;
    padding-top: 5px;
    height: 25px;
}
.std_form tbody select {
	width: auto;
	margin-right: 15px;
	height: 25px;
	font-size: 17px;
}
.std_form tbody input#profile_avatar {
	font-size: 14px;
	height: 30px;
	width: 300px;
}
.std_form tbody input#project_avatar {
	font-size: 14px;
	height: 30px;
	width: 300px;
}
* HTML .std_form tbody input#profile_avatar, *+HTML .std_form tbody input#profile_avatar {
	margin-top: 10px;
}
.std_form tbody .checkbox{
    	width: auto;
        border: none;
        height: auto;
}
.std_form tbody  input[type="checkbox"], .std_form tbody  input[type="radio"], .std_form tbody  input.checkbox, .std_form tbody  input.radio{
	width: auto;
	height: auto;
	border: none;
}

.std_form tbody textarea {
	width: 550px;
}
.std_form div select {
	font-size: 22px;
}
.std_form .captcha {
	margin-left: 150px;
	width: 390px;
	margin-top: 40px;
}
.std_form .captcha img {
	border: 1px solid #414141; 
}
.std_form .captcha p {
	margin-bottom: 10px;
	color: #4e4e4e;
}
.std_form .captcha input {
	width: 170px;
}
.std_form .captcha p.cap span {
	display: block;
	margin: 5px 0 0;
}

.std_form .notice {
	margin-left: 150px;
	width: 390px;
}
.std_form .notice p {
	margin-top: 17px;
}
.std_form tfoot td{
	t1ext-align:right;
}

.std_form .delete{
    margin-top:10px;
    padding-left:50px;
    text-align:right;
}
.std_form .delete a{
    color:#f01b33;
}

ul.error_list li{
    color:red;
    font-size:9px;
}

.mceContentBody  {
	font-family: Tahoma;
}
