@import url('../css/styles.css');
@import url('../css/popup.css');

html
{
	background: none;
}

p, label, input, textarea
{
	font-size: 11px;
}

ul,
ul li
{
	color: #904b84;
}

p a
{
	color: blue !important;
}

p.message
{
	color: red;
	font-weight: bold;
}

input
{
	height: 18px;
}

.selected
{
	font-style: italic;
}

#maininner ul
{
	list-style: disc;
}

#maininner ul li
{
	margin-bottom: 10px;
}

div.formwrapper input.submit
{
	padding: 0 20px;
	width: auto !important;
	border: 1px solid #e2081f !important; 
	color: white !important; 
	background-color: #ff9708 !important;
	font-weight: bold !important;
}

.morerecipes a
{
	color: white !important;
}