@CHARSET "UTF-8";
.input {
	margin-bottom: 5px;
}
.error-message {
	color: #D74E8D;
}
label {
	display: block;
	height: 16px;
}
.radio label {
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.radioInLine label{
	display: inline;
	padding: 0 3px;
}
.label_inline label {
	display: inline;
	margin-right: 5px;
}
#login_input .login {
	width: 77px;
	height: 13px;
	padding: 2px 4px;
	background: url(../img/main/bg_input_pink_85.gif) no-repeat center top;
	border: none;
	font-size: 0.9em;
}
#header.skinMourning #login_input .login {
	background: url(../img/mourning/bg_input_pink_85.gif) no-repeat center top;
}
.login_checkbox {
	position: relative;
	top: 3px;
}
#search_input {
	width: 180px;
	height: 13px;
	padding: 2px 5px;
	background: url(../img/main/bg_input_pink_190.gif) no-repeat center top;
	border: none;
	font-size: 0.9em;
}
#header.skinMourning #search_input {
	background: url(../img/mourning/bg_input_pink_190.gif) no-repeat center top;
}
#search_submit {
	margin-left: 5px;
	vertical-align: top;
}
#share_input {
	width: 180px;
	height: 13px;
	padding: 2px 9px;
	background: url(../img/main/bg_input_grey_190.gif) no-repeat center top;
	border: none;
	font-size: 0.9em;
}
.checkbox label {
	display:inline;
	margin-left:5px;
}
.submit {
	text-align: right;
}
#search_page_container .radio label {
	display: inline;
	margin-right: 10px;
}
#HospitalHospital,#DoctorDoctor {
	width: 600px;
	font-size: 0.9em;
}
#AnonymousInfoAllowComment {
	display: none;
}
label[for=AnonymousInfoAllowComment] {
	display: none;
}

.friendmeta {
padding:5px 7px;
}
input.user_search{
	width: 80px;
	height: 13px;
	padding: 2px 5px;
	background: url(../img/main/bg_input_gray_85.gif) no-repeat center top;
	border: none;
	font-size: 0.9em;
}
input.user_searchf4{
	background: url(../img/main/bg_input_f4_85.gif) no-repeat center top;
}
input.user_search_btn{
	vertical-align:top;
}