/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, 
otherwise opera might act buggy :( */

.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside {
display: none !important;
}

form.contact p {
font-size: 15px;
padding: 0 0 15px 0;
margin: 0;
}

form.contact input, form.contact textarea {
font-family: Arial;
font-size: 15px;
margin: 0 0 20px 0;
}

form.contact textarea {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 15px;
width: 400px;
height: 150px;
}

form.contact input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 15px;
}

form.contact input.send {
color: #fff;
background: #222;
border: #222;
padding: 10px 25px 10px 25px;
cursor: pointer;
}