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

PIKKLES | pikkles.com

copyright 2009

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

#main .section {
	margin-left: 5px;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 2px solid #cec9c3;
}

#main .section h1 {
	margin-top: 5px;
	font-size: 30px;
	line-height: 36px;
	font-family: georgia, "times new roman", serif;
}

#main .section p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
}

#main .section p.first {
	margin-top: 15px;
}

#main .section p strong {
	font-weight: bold;
}

#main .section p em {
	font-style: italic;
}

#main .section p a, #main .section p a:visited {
	color: #1a1a1a;
	text-decoration: underline;
}

#sidebar .section {
	margin-right: 5px;
	padding: 5px;
	background-color: #ffffff;
}

#error {
    width: 450px;
    margin-top: 25px;
    font-size: 1.2em;
    color: #ed1c29;
}

#note {
    width: 450px;
	margin-top: 15px;
    font-size: 1.1em;
    font-weight: bold;
	text-align: right;
}

/* FORMS */
.form {
    margin-top: 15px;
    background-color: #f7f7f7;
}

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

.form td {
   padding-left: 0;
}

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

.form th {
    width: 200px;
    vertical-align: top;
}

.form td {
    width: 230px;
}

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

.form input.text-field {
    width: 226px;
    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;
}

.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;
}

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

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