111 lines
1.6 KiB
CSS
111 lines
1.6 KiB
CSS
|
|
@charset "utf-8";
|
||
|
|
|
||
|
|
form {
|
||
|
|
margin: 5px 0 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
fieldset {
|
||
|
|
border: none;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
legend {
|
||
|
|
font-weight: bold;
|
||
|
|
color: #64AAD0;
|
||
|
|
margin: 10px 0 5px 0;
|
||
|
|
display: block;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
input, textarea {
|
||
|
|
width: 300px;
|
||
|
|
color: #fff;
|
||
|
|
border: 1px solid #64AAD0;
|
||
|
|
background-color: #2B4A5B;
|
||
|
|
font-size:12px;
|
||
|
|
padding: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input.checkbox {
|
||
|
|
width: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
label {
|
||
|
|
width: 95px;
|
||
|
|
display: inline-block;
|
||
|
|
color: #FFBA00;
|
||
|
|
margin: 4px 0;
|
||
|
|
vertical-align: top;
|
||
|
|
}
|
||
|
|
|
||
|
|
label.error {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
label.agree_label {
|
||
|
|
width: 240px;
|
||
|
|
}
|
||
|
|
|
||
|
|
label.agree_label a {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
input.error {
|
||
|
|
border: 1px dotted red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error {
|
||
|
|
color: red;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
#condiciones {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file_input_textbox {
|
||
|
|
width: 220px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file_input_div {
|
||
|
|
float: right;
|
||
|
|
position:relative;
|
||
|
|
margin-right: 30px;
|
||
|
|
width: 75px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file_input_hidden {
|
||
|
|
font-size: 23px;
|
||
|
|
position: absolute;
|
||
|
|
right: 30px;
|
||
|
|
top: 0px;
|
||
|
|
opacity: 0;
|
||
|
|
filter: alpha(opacity=0);
|
||
|
|
-ms-filter: "alpha(opacity=0)";
|
||
|
|
-khtml-opacity: 0;
|
||
|
|
-moz-opacity: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file_input_button, .boton {
|
||
|
|
width: 75px;
|
||
|
|
background-color: #FFBA00;
|
||
|
|
color: #4D3800;
|
||
|
|
border-style: 1px solid #4D3800;
|
||
|
|
}
|
||
|
|
|
||
|
|
.boton {
|
||
|
|
margin-right: 30px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.simplemodal-data {
|
||
|
|
width: 650px;
|
||
|
|
background-color: #032E45;
|
||
|
|
border: 10px solid #2B4A5B;
|
||
|
|
padding: 25px;
|
||
|
|
}
|
||
|
|
|