/*
----------------------------------

Victoria Star Promotion | pikkles.com

copyright 2008

----------------------------------
*/

h2 {
    margin: 0 0 15px 0;
    padding-bottom: 3px;
    color: #252525;
    font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    border-bottom: 1px solid #cccccc;
}

#left-column {
    float: left;
    width: 625px;
    margin: 0 25px 0 0;
}

#left-column p {
    padding: 5px 0;
    font-size: 1.2em;
}

#left-column p a, #left-column p a:visited {
    padding: 0 5px;
    color: #626262;
}

#left-column p a:hover, #left-column p a:active {
    background-color: #f7f7f7;
    text-decoration: none;
}

#left-column p#note {
    text-align: right;
}

#left-column p#error {
    color: #ed1c29;
}

#left-column em {
    color: #ed1c29;
}

#right-column {
    float: left;
    width: 300px;
}

#right-column .btn {
    text-align: right;
}

#right-column .btn a, #right-column .btn a:visited {
    padding: 2px 5px;
    color: #ffffff;
    background-color: #ed008c;
    text-transform: uppercase;
}

/*
----------------------------------

CONTACT FORM

----------------------------------
*/

#contact-form {
    background-color: #f7f7f7;
}

#contact-form th, #contact-form td {
    border-top: 1px solid #cccccc;
    /*padding: 10px 0 10px 0;*/
    padding: 10px 10px 10px 10px;
}

#contact-form td {
    padding-left: 0;
}

#contact-form .first th, #contact-form .first td {
    border-top: none;
    /*padding: 0 0 10px 0;*/
}

#contact-form th {
    width: 240px;
    vertical-align: top;
}

#contact-form td {
    width: 354px;
}

#contact-form th label {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 1.2em;
    color: #5d5d5d;
    text-align: left;
}

#contact-form input.text-field {
    width: 350px;
    height: 18px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.4em;
    /*font-weight: bold;*/
    border: 0;
    color: #5d5d5d;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

#contact-form select {
    /*width: 266px;*/
    height: 20px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.2em;
    border: 0;
    color: #5d5d5d;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

#contact-form textarea {
    width: 350px;
    height: 100px;
    padding: 2px;
    line-height: 16px;
    font-size: 1.4em;
    border: 0;
    color: #3b0102;
    background: url(../images/field-bg.gif) 0 0 no-repeat;
}

.special {
	width:5px;
	display: none;
	visibility: hidden;
}

#contact-form input.button {
    padding: 2px 7px;
    font-size: 1.2em;
}