/* Form Styles */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	color: #2f2f2f;
	line-height: 130%;
}

div#container {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
	width: 500px;
	font-size: .9em;
}

h1 { 
	font-size: 2.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em;	font-size: 0.8em; }

.clearing { clear: both; }
.alert, .error { color: #f94242; }

span.small {
	font-size: 11px;
	font-weight: normal;
}
span.orange {
	color: #cc8e18;
}

.contact-right {
	width: 170px;
	padding: 25px;
	margin-top: 0px;
}

.narrow_wrapper label {
	font-weight: bold;
	font-size: .9em;
}
.narrow_wrapper input[type="text"], .narrow_wrapper input[type="password"] {
	width: 300px;
	background: #2f2f2f;
	padding: 4px;
	border: 0;
	color: #cc8e18;
	margin-top: 3px;
}
.narrow_wrapper textarea {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	width: 300px;
	height: 250px;
	padding: 4px;
	background: #2f2f2f  url('http://www.ew3.me/images/v2/contactbg.gif') no-repeat center center;
	color: #cc8e18;
	border: 0;
	margin-top: 3px;
	overflow: auto;
}

.narrow_wrapper p {
	margin-bottom: 15px;
}


.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */


button.positive {
    background-color:#2f2f2f;
    border:1px solid #1f1f1f;
    color:#cc8e18;
}

/* POSITIVE */

button.positive, a.positive{
    color:#e3e3e3;
	padding:5px 10px;
}
button a.positive:hover, button.positive:hover{
    background-color:#1f1f1f;
    border:1px solid #0f0f0f;
    color:#cc8e18;
}