/*
Theme Name: Designed2Perform	
Theme URI: http://www.designed2perform.co.uk
Description: Designed2Perform
Version: 1.0
Author: Designed2Perform
*/

/* Load CSS */
@import url('css/all.css');

.fancyquote {
    background: none repeat scroll 0 0 #eee;
    float: right;
    margin-left: 15px;
    padding: 10px;
    text-align: left;
    width: 222px;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

