﻿/* 

	NAME:		CSS STYLE SHEET - LAYOUT EMBELLISHMENTS
	COMPANY:	E-fect LLC
	AUTHOR:		Eric Wolsing
	DATE:		01-27-2009
	PURPOSE:	Defines default layout for MUL embellishments

*/

/* Pull Quote */
.pull_quote 
{
	width:85%;
	padding-left:10px;
	padding-top:20px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/images/pull_quote_ul_200x50.png);
	background-repeat:no-repeat;
}

/* Item */
.item
{
	margin-bottom:10px;
}

/* Survey Oval */
.survey_oval
{
	width:200px;
	height:60px;
	text-align:center;
	background-image:url("../../images/images/oval.gif");
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
}

/* Faded color curve, upper left */
.color_curve
{
    min-height:40px;
	height:auto !important;
	height:40px;
	width:100%;
	background-image:url(../../images/images/curve_fade_ul_200x40.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding-left:10px;
	padding-top:10px;
}

    