/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #443833;
	margin: 40px 0 0 0;
	border: none;
}

small {color: #999; font-size: 0.85em;}

a img {border: none;}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.email{
	list-style-type: none;
	padding-left: 20px;
	background-image: url(../images/email.png); 
	background-repeat: no-repeat;
	background-position: 0px; 
	line-height:25px;
}
.facebook{
	list-style-type: none;
	padding-left: 20px;
	background-image: url(../images/facebook.png); 
	background-repeat: no-repeat;
	background-position: 0px; 
	line-height:25px;
}
.twitter{
	list-style-type: none;
	padding-left: 20px;
	background-image: url(../images/twitter.png); 
	background-repeat: no-repeat;
	background-position: 0px; 
	line-height:25px;
}


#right2 li a{
	padding:0px 10px 10px 0px;
	text-decoration:none;
}

