/*

Pemaquid Communications, LLC
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pemaquid.com
http://facebook.com/pemaquid
http://twitter.com/pemaquid

FORMS.CSS 

*/



/* = response messages
---------------------------------------------------------- */

/* notices */
.notice {
	border:1px solid #cc6;
	background:#ffc;
	padding:10px;
	}

/* error */
.error {
	border:1px solid #fcc;
	background:#ffefef;
	color: #c03;
	font-weight:bold;
	padding:10px;
	}

form .errorlist {
	color:#c03;
	font-weight: normal;
	font-style: italic;
	margin-bottom:0;
	}

form .errorlist li {margin:0 !important;}
	
/* success */
.success {
	border:1px solid #9f9;
	background:#efffef;
	color: #696;
	font-weight: bold;
	padding:10px;
	}		

.notice, .error, .success {
	border-left:none;
	border-right:none;
	}	


/* = forms
---------------------------------------------------------- */	

form {
	margin:20px 0;
	font-size:90%;
	}
	
form fieldset { 
	border:none;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:12px;
	margin-bottom:12px;
	}

form legend {
	padding-bottom:12px;
	color: #ccc; 
	}

form li {
	clear:both;
	margin:16px 0;
	}	

form label {
	display:block;
	line-height: normal;
	}


form input[type="text"], form input[type="password"] {
	width:50%;
	display:block;
	font-size:1.4em;
	padding:4px 0;
	margin-bottom:8px;
	border:1px solid #ccc;
	-moz-border-radius: 4px;
    -moz-box-orient: vertical;
	-webkit-border-radius: 4px;
	} 

form input[type="checkbox"]{
	float:left;
	margin-left:0;
	}

form textarea {
	font-size:1.4em;
	}

/*
.button{
	-moz-border-radius: 4px;
    -moz-box-orient: vertical;
	-webkit-border-radius: 4px;
    background: none repeat scroll 0 0 #99CC33;
    border: 1px solid #99CC33;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    outline-color: #517609;
    padding: .4em 0.5em .32em;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #6EA120;
    vertical-align: middle;
    white-space: nowrap;
	}	
*/

/* for creating buttons in the tinymce editor */
.button a {
    background-color: #580C0C;
    /* background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%); */
    /* border: 1px solid #951100; */
   /*  box-shadow: 0 0 1px 1px rgba(255, 115, 100, 0.4) inset, 0 1px 1px #333333; */
    color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size:110%;
	font-weight:bold;
    padding: .5em 1.25em !important;
    text-align: center;
    /* text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); */
    text-decoration: none !important;
    text-transform: uppercase;
    border:0;
    border-radius: 8px;
	}

.button a:hover {
	background-color: #851212 !important;
    text-decoration: none;
	}

form .button {border:0;}

	
.submit {
    background-color: #8b2129;
    padding: 4px 4px;
    color: #FFF;
    font-size: 12px;
    line-height: 15px;
    width: 30px;
    height: 22px;
    border: 0px;
    text-transform: uppercase;
    }
    
#enews label {
    display: none;
    }
    
#enews .email {
    width: 235px;
    height: 12px;
    padding: 4px 0px 4px 5px;
    font-size: 12px;
    border: 1px solid #8b2129;
    color: #222;
    }
    
#enewsletter {
    float: left;
    margin: 10px 0px 0px 40px;
    }
    
#enews li {
    float: left;
    clear: none;
    margin: 0px 8px 0px 0px;
    }
    
#enewsletter .legend {
    font-size: 14px;
    color: #5f3f05;
    margin: 0px 0px 5px 0px;
    padding-bottom: 0px;
    }

.checkboxlabel {
	float:left;
	margin:0 0 16px 4px;
	}


/* = specific forms
---------------------------------------------------------- */	

#login-form {
	width:500px;
	text-align:left;
	margin-left:240px;
	}
