/*

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 url(/media/images/check_success.png) center left no-repeat;
	color: #696;
	font-weight: bold;
	padding:10px 10px 10px 30px;
	}		

.notice, .error, .success {
	border-left:none;
	border-right:none;
	}	

.errors {color:#c03;}

.help {
	font-size:90%;
	font-style:italic;
	}

/* = 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: #666; 
	}

form li {
	clear:both;
	margin:16px 0;
	}	

form label {
	display:block;
	line-height: normal;
	}


form input[type="text"], form input[type="password"], form select {
	width:60%;
	display:block;
	font-size:1.2em;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding:4px;
	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;
	margin-right:1em;
	}
    
form input[type="radio"]{
	float:left;
	margin-left:0;
	margin-right:1em;
    margin-bottom:8px;
	}

form textarea {
	font-size:1.4em;
	width:100%;
	}
/*

input[type="submit"], .button {
	-moz-border-radius: 4px;
    -moz-box-orient: vertical;
	-webkit-border-radius: 4px;
    background: none repeat scroll 0 0 #99CC33;
    background: none repeat scroll 0 0 #ff8500;
    border: 1px solid #ff9d33;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    outline-color: #517609;
    padding: .32em 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #6EA120;
    vertical-align: middle;
    white-space: nowrap;
	border-radius: 4px;
	}	

.button:hover {
	background: none repeat scroll 0 0 #ff9522;
	}
*/


.checkboxlabel {
	float:left;
	margin:0 0 16px 4px;
	}


/* = specific forms
---------------------------------------------------------- */	
#login-form {
	width:500px;
	text-align:left;
	margin-left:240px;
	}

#attributes input[type="text"]{
	width:2em;
	}

/* = adjustments
---------------------------------------------------------- */	
td input[type="text"], td input[type="password"] {
	width:100%;
	}


#content #shipping ul, #content #shipping ul li {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	}

#content #shipping ul {margin:1em 0 !important;}
