@charset "utf-8";

/* CSS Document */

/* Works in conjunction with home.css */
/* Left and right sides of where caffeine content is displayed on page.php */


#page_left{
	width:210px;
	float:left;
	background-image:url(/images/page_bg_gradient.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:right;
}
#page_left ul{ 
	list-style-type: none;
	padding:0px;
	text-indent:inherit;
	margin:0px;
}

#page_left li{
	width:auto;
	padding-bottom:10px;
	
}
#page_left a{
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	color:#3399cc;
	line-height:15px;
}
#page_right{
	width:720px;
	float:right;
	padding-top:20px;
}
#page_right a{
	color:#3399cc;
	text-decoration:none;
}
#page_right h3{
	color:#3399cc;
}
#page_right li{
	line-height:20px;
	margin-bottom:11px;
}
#page_right p{
	line-height:20px;
	margin-bottom:11px;
}
.item img{
	border:none;
}
#ev a{
	color:#FFF;
	background-color:#3399cc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
}

.gray_rounded{
	border: 1px solid #999;
	padding: 2px;
	margin: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.contact form {
	margin: 20px;
	width: 350px;
	}

div.contact h3 {
	color: #777;
	margin-bottom: 4px;
	margin-top: 4px;
	}


div.contact label {
	font-size: 14px;
	display:  inline;
	float: left;
	}

div.contact form p {
	float: right;
	display: inline;
	margin-bottom: 10px;
	margin-top: 0px;
	clear: right;
	width: 200px;
	}

div.contact p input {
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 5px;
	}
div.contact input{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 5px;
}
div.contact textarea{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 5px;
}
div.contact select{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 3px;
}
div.contact ul {
	margin-left: 20px;
	}

div.contact #error {
	padding: 5px;
	background: red;
	color: white;
	width: 350px;
	}

div.contact #submit {
	clear: both;
	cursor: pointer;
	width: 360px;
	margin-top: 10px;
	background: #DAECF6;
	color: #666;	
	padding: 5px 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	}
div.contact input.short{
	width: 50px;
}

div.contact #submit:hover {
	background: #E2E2E3;	
	}
.form_error{
	font-size: 20px;
	font-weight: bold;
	color: red;
	padding: 5px;
}
.form_success{
	color:#3399cc;
	font-weight:bold;
	font-size: 24px;
}		

#slickbox{
	display: none;
}

#edison-form {
	width: 500px;
	}

#edison-form p {
	margin-right: 150px;
	}

#edison-form .wider {
	margin-right: 0;
	width: 350px;
	}


#edison-form label {
	width: 137px;
	}

#edison-form p label {
	width: auto;
	float: none;
	margin-right: 10px;
	cursor: pointer;
	}

#edison-form p select {
	margin: 0 5px 7px 0;
	}

	
#edison-form .radio {
	display: inline;
	width: auto;
	}
	
