body {
    font-family: Arial;
    font-size: 14px;
    color:#555555;
}

a {
    cursor: pointer;
    text-decoration: none;
}

li {
    list-style: none outside none;
}

/* standart */

.clear {
    clear:both;
}

.no_select {
    -moz-user-select: none; 
    -webkit-user-select: none;
    -khtml-user-select: none; 
}

/* menu */

.menu_horizontal li {
    float: left;
}

/* input */

input[type=text], input[type=password], select, textarea, input.file {
    padding: 4px 5px 4px 5px;
    background-color: white;
    color:#9A9A9A;
    height:19px;
    font-size:13px;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

input[type=text].vari_1, input[type=password].vari_1, select.vari_1, textarea.vari_1, input.file.vari_1 {
    background-color:white;
    padding:1px 5px;
    height:18px;
    border:1px solid #E0E0E0;
    width:156px;
    float:left;
    color:#c62835;
    font-size:13px;
}

/* button */

.button {
    overflow:hidden;
}

.link_button {
    padding-left:13px;
    float:left;
    font-weight:bold;
    font-size:17px;
    line-height: 1.8;
    cursor:pointer;
    color:#00A0EA;
}

.link_button_2 {
    background-color: #00A1EB;
    color: white;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    line-height: 1.7;
    margin-left: 7px;
    margin-right: 7px;
    width: 30px;
}

/* message */

.errorMessage {
    color:#E52231;
    font-size:12px;
    font-weight:bold;
}

.succesMessage {
    color: #00A0EA;
    font-size:12px;
    font-weight:bold;
}

/* form */

.form {
    overflow: hidden;
}

.form .row {
    margin-bottom: 20px;
    overflow: hidden;
}

.form .lab_spac label {
    float: left;
    line-height: 2;
    width: 120px;
}

.form .line {
    float: left;
}

.form_contact .msg_info {
    font-size:14px;
}

/* dialog */

.ui-dialog {
	z-index:10000;
}

.ui-widget-overlay {
    background-color: #474747;
    opacity: 0.4;
    z-index:1000;
}
.ui-widget-overlay {
    opacity: 0.5;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.popup_dialog {
    overflow: hidden;
    display:none;
}

.popup_contents {
    margin:20px;
}

.popup_contents .button{
    margin-top:10px;
}