/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 2, 2014, 3:47:54 PM
    Author     : Marko
*/

.property {
    clear:both;
}
.property_title{
    float:left;
    font-size: 14px;
    width: 200px;
}
.property_box{
    
}
.property_input{
    
}
.camp-main-info{
    border:1px solid #ccc;
    padding: 20px;
}
.camp-main-info h1 {
    background: #1096d5;
    padding: 10px;
    color: #fff;
}
.camp-main-info-left{
    width: 65%;
}
.camp-main-info-right {
    
}
input[type="text"] { width: 213px;}
input[type="textarea"] {
    
}
.defaultFontSize {
    font-size: 75%;
}