/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.2 Plugin: WP-Download 1.0								|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/postratings/postratings-css.css					|
|																							|
+----------------------------------------------------------------+
*/

.post-download {
	border-top: 2px solid /*#ffd324*/ #ccc;
	border-bottom: 2px solid #ccc;
	padding: 5px 20px 5px 55px;
	background:#D3D3D3 url(/wp-content/plugins/wp-download/images/download.gif) no-repeat scroll 15px 50%;
	text-align: left;
	color: #333;
}

.post-download a {
	color: /*#ef8e04*/ #840000;
}

.post-download-conditions {
	font-size: 9px;
	font-style: italic;
	color: #840000;
}

.post-download-conditions a {
	color: #840000;
	text-decoration: underline;
}