/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#content .left-wrapper {
	float: left;
	width: 700px;
}

#content .right-wrapper {
	float: left;
	width: 210px;
}

#content .left {
	padding: 0 10px 0 0;
	font-style: normal;
}

#content .left .contact-form {
	float: left;
	width: 485px;
}

#content .left .address-wrapper {
	float: left;
	width: 205px;
}

#content .left .address {
	padding: 5px;
	background-color: #efefef;
}

#content .left h1 {
	color: #00c1f3;
	font-size: 24px;
}

#content .left h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5d5d5d;
}

#content .left p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

#content .left p a, #content .left p a:visited {
	color: #5d5d5d;
	text-decoration: underline;
}

#content .left em {
    font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

#content .left .error em {
    color: #ed1c29;
}

.note {
    width: 470px;
    margin-top: 5px;
    font-size: 12px;
    color: #5d5d5d;
    text-align: right;
}

#error {
    width: 470px;
    margin-top: 25px;
    font-size: 12px;
    color: #ed1c29;
}

/* FORMS */
.form {
	width: 470px;
    margin-top: 15px;
    background-color: #f7f7f7;
}

.form th, .form td {
   padding: 10px 10px;
}


.form th {
    vertical-align: top;
	text-align: right;
}

.form .heading th {
    font-size: 16px;
    text-align: left;
	color: #5d5d5d;
	background-color: #ebebeb;
}

.form td {
    width: 230px;
	padding-left: 0;
}

.form th label {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #5d5d5d;
}

.form th span {
    font-size: 12px;
    color: #5d5d5d;
}

.form td label {
    font-size: 12px;
    color: #5d5d5d;
    text-align: left;
}

.form input.text-field {
    width: 216px;
    height: 18px;
    padding: 2px;
    line-height: 16px;
    font-size: 14px;
    /*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: 12px;
    border: 0;
    color: #5d5d5d;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

.form textarea {
    width: 216px;
    height: 85px;
    padding: 2px;
    line-height: 16px;
    font-size: 14px;
    border: 0;
    color: #3b0102;
    background: url(../images/field-bg.gif) 0 0 no-repeat;
}

.form input.button {
    padding: 2px 7px;
    font-size: 12px;
}

#content .right {
	padding-left: 10px;
}

#content .right .flower {
	margin: 0 auto;
	width: 64px;
	height: 21px;
}

#content .right .text-wrapper {
	margin: 8px 0;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
}

#content .right .text {
	margin: 3px 0;
	padding: 10px 0;
	background-color: #f8f4dc;
}

#content .right .text p {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

#content .right .text a, #content .right .link a:hover {
	color: #404040;
}

#content .right .link a:hover, #content .right .link a:active {
	text-decoration: underline;
}

#content .right .text a.current, #content .right .link a.current:visited {
	color: #00c1f3;
	text-decoration: underline;
}