﻿body
{
    font-family: "Century Gothic" , "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-attachment: fixed;
    background-image: url("../images/gradient_background.png");
    background-position: left top;
    background-repeat: repeat;
}
input[type='text']
{
    width: 350px;
}
.goButton
{
}
.goButton a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    width: 230px;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 4px 4px 4px 4px;
    display: block;
    text-align: center;
    padding:15px 0px;
    margin-bottom:6px;
}

.goHome {float:left}
.goHome a,.goHome a:visited { text-decoration:none; color:#1c76cc; font-weight:bold}
img
{
    border: 0px;
    vertical-align:middle;
}
.logo
{
    padding-bottom: 20px;
}
#couponakia
{
    width: 800px;
    margin: 0 auto;
    border: 3px solid #ececec;
    padding: 15px;
    background: white;
    min-height:400px;
}
.paragomenoi
{
    text-align: center;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #1b82c5;
}
.pinakas
{
    width: 600px;
    margin: 0 auto;
}

.style2
{
    width: 241px;
}

.style3
{
    width: 376px;
}

.style4
{
    color: Red;
}

.titlos
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px 20px 0px;
    clear:both;
}


.extrafield span {
    width:250px;
    float: left;
}

.extrafield input {
    width:200px;
}

.extrafieldinputerror {
    background-color:#f1eda9
}