body {
    font-family: Arial, helvetica;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
}
body.preview {
    background-color: #fff !important;
}
td {
    font-family: Arial, helvetica;
    font-size: 12px;
}
form {
    margin:0;
    padding:0;
}
input {
    font-family: arial, helvetica;
    font-size:12px;
}
select {
    font-family: arial, helvetica;
    font-size:12px;
}
textarea {
    font-family: arial, helvetica;
    font-size:12px;
    padding: 4px;
}
#content_wrapper {
    width:760px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
body.preview #content_wrapper {
    width:auto;
    border: 0 none;
}
#content {
    padding:16px;
}
#footer {
    margin-top: 10px;
}
/* Survey title */
#header {
    padding: 12px 6px;
    text-align:center;
}
#header h1 {
    font-family: Arial, helvetica;
    font-size: 32px;
    margin: 0px;
    color: #006699;
}
.notice { /* Anket sahibine mesaj. Sadece anket sahibine gösterilir */
     background-color: #ffc;
     padding:10px;
     border-bottom:1px solid #cc3;
     font-size:1.2em;
     text-align: left;
     margin-left:auto;
     margin-right:auto;
}
.notice b {
    display:block;
    margin-bottom: 4px;
}
/* User defined titles */
h2 {
    display:block;
    margin:0;
    font-size:18px;
    color:#333;
}

/* Questions */
h3 {
    margin:0;
    font-size:14px;
}

.question {
     margin-top:15px;
     margin-bottom:15px;
     background-color: #eee;
     padding:10px;
}


label.error {
    display:none;
    color:red;
}


#notification {
    background-color:#ffffcc;
    border-top:1px solid #cccc33;
    border-bottom:1px solid #cccc33;
    padding:8px;
    font-weight:bold;
    font-size:18px;
    margin: 0 auto;
}
#notification .small a {
    font-size:12px;
}
#notification .small {
    font-weight:normal;
    display:block;
    margin-top:4px;
}
#flash {
    margin-left: 30px;
}

div#notif_icon {
    width:21px;
    height:21px;
    float:left;
    margin-right:10px;
}

.survey_summary {
    overflow:hidden;
    zoom:1;
}
.notice_green {
    color: #646E44;
    background: #DDECD2 no-repeat 5px 5px;
    border: 1px solid #c6d4bd;
    border-right-color: #fcfcfc;
    border-bottom-color: #fcfcfc;
    padding: 8px;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.notice_pro {
    color: #7B2264;
    background-color: #E4CBD6;
    border: 1px solid #c2adb6;
    border-right-color: #fcfcfc;
    border-bottom-color: #fcfcfc;
    padding: 10px;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

