/* Настройки форм */
.form_design {
display:block;
}
.form_design p{
display:block;
padding-top:10px;
clear:both;
}
.form_design small{
width:200px;
float:left;
font-size:10px;
margin-right:5px;
}
.form_design small b{
font-size:12px;
color:#444;
}
.form_design_input{ width:250px; }
.form_design_select{  width:255px; }
.form_design h3 {
font-size:16px;
clear:both;
display:block;
padding:3px;
background:#444;
color:#fff;
font-weight:bold;
margin-top:25px;
}
.form_design_smile, .gusetbook_info_smile {
cursor:pointer;
display:block;
width:26px;
height:25px;
margin-right:5px;
float:left;
padding-left:25px;
background-repeat:no-repeat;
background-position:left top;
}
.form_design_smile input { margin-top:8px; }
.form_design_smile_good, .gusetbook_info_smile_good { background-image:url('images/system/guestbook/good.gif'); }
.form_design_smile_nohow, .gusetbook_info_smile_nohow { background-image:url('images/system/guestbook/nohow.gif'); }
.form_design_smile_badly, .gusetbook_info_smile_badly { background-image:url('images/system/guestbook/badly.gif'); }
/* Submit */
.user_submit {
background-color:#444;
background-image: url(images/menu_header.jpg);
background-repeat: repeat-x;
color:#fff;
padding:5px 7px 5px 7px;
border:0;
margin:0;
cursor:pointer;
}
.user_submit:hover, .user_submit_hover  {
text-decoration:underline;
}
.user_submit:active {
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.5);
}
/* Return Msg */
.result_true li, .result_false li {
list-style-type:none;
list-style:none;
display:block;
}
.result_true {
border:1px #e6db55 solid;
background:#ffffe0;
padding:5px 15px 0 15px;
font-size:14px;
margin-bottom:15px;
text-align:left;

-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px; 
}
.result_false {
border:1px red solid;
background:#ffc5c5;
padding:5px 15px 0 15px;
font-size:14px;
margin-bottom:15px;
text-align:left;

-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px; 
}

/* Ajax Loading */
.loading_main {
display:block;
width:35px;
height:35px;
}
.loading {
display:none;
width:35px;
height:35px;
background-image:url('images/system/loading.gif');
background-repeat:no-repeat;
}
.loading_main_icon_edit {
background-position:0 0 !important;
background-image:url('images/system/loading.gif') !important;
}
/* page_navigation */
.page_navigation {
display:block;
margin:15px 0 15px 0;
}
.page_navigation a, .page_navigation span.current, .page_navigation span.extend  {
display:block;
width:20px;
height:20px;
line-height:20px;
text-align:center;
color:#000;
float:left;
margin: 2px;
text-decoration: none;
border:1px #444 solid;
}
.page_navigation a {
background-color: #fff;
cursor:pointer;
}
.page_navigation a:hover {
background-color:#444;
color:#fff;
}
.page_navigation span.current {
background-image:none;
background-color:#444;
color:#fff;
}
.page_navigation span.extend {
color:#000000;
background-color: #444;
}


/* Border */
.border_radius_all {
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px; 
}
.border_radius_top {
-moz-border-radius: 4px 4px 0 0; 
-webkit-border-radius: 4px 4px 0 0; 
-khtml-border-radius: 4px 4px 0 0; 
border-radius: 4px 4px 0 0; 
}
.border_radius_bot {
-moz-border-radius: 0 0 4px 4px; 
-webkit-border-radius: 0 0 4px 4px; 
-khtml-border-radius: 0 0 4px 4px; 
border-radius: 0 0 4px 4px; 
}
.border_radius_left {
-moz-border-radius: 4px 0 0 4px; 
-webkit-border-radius: 4px 0 0 4px; 
-khtml-border-radius: 4px 0 0 4px; 
border-radius: 4px 0 0 4px; 
}
.border_radius_right {
-moz-border-radius: 0 4px 4px 0; 
-webkit-border-radius: 0 4px 4px 0; 
-khtml-border-radius: 0 4px 4px 0; 
border-radius: 0 4px 4px 0; 
}

.clear {
border:0;
height:0;
margin:0;
padding:0;
clear:both;
}