@charset "utf-8";
/* CSS Document */

#contact_form {
	float: right;
	margin: 70px 0 30px 0;
	padding: 0 0 0 10px;
	width: 230px;
}

#contact_form p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 14px;
	margin: 0 0 8px 0;
	padding: 0;
}

#contact_form h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

/*######## p-green ########*/
.p-green {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
}
.p-green input[type="text"], .p-green input[type="email"], .p-green textarea {
    color: #007777;
    height:18px;
    width: 96%;
    padding: 2px 2px 2px 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
    background: #E6F0F0;
    outline: 0;
    font: 14px/14px ;
}
.p-green textarea{
    height:200px;
    padding-top: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.p-green .button {
    background-color: #007777;
    /* border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;*/
    border: none;
    padding: 2px 70px 2px 5px;
    color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.p-green .button:hover {
    background-color:#DEDB53;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #007777;
	font-style: italic ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #007777;
    opacity:  1;
	font-style: italic ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #007777;
    opacity:  1;
	font-style: italic ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #007777;
	font-style: italic ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}