﻿body {
width:700px;
margin:2px;
}

#logo {
position:relative;
float:none;
margin-bottom:30px;
margin-top:0;
top:0;
}

#RecipieDiv {
margin-top:0;
position:relative;
float:left;
}

.recipeText {
width:340px;
}

a.recipeAnchor {
height:10px;
}

.recipeImage {
width:300px;
}

.recipeImage img {
width:300px;
}

/* Email page styles */

#EmailDiv {
border-bottom:1px dotted #72bf44;
padding:0px 0px 20px 20px;
margin:0px 0 30px;
width:100%;
position:relative;
float:left;
}

#EmailDiv ul {
position:relative;
float:left;
margin:0 0 0px;
padding:0;
list-style-type:none;
width:800px;
}

#EmailDiv ul li {
margin:0 0 0px;
padding:0;
width:385px;
}

#EmailDiv label {
position:relative;
float:left;
display:block;
width:170px;
text-align:right;
margin-right:4px;
}

#EmailDiv input#YourEmail, #EmailDiv input#FriendEmail {
width:200px;
position:relative;
float:left;
}

#EmailDiv textarea {
width:200px;
position:relative;
float:left;
}

.req {
position:relative;
float:right;
display:block;
top:-20px;
}

.textareaField .req {
top:-87px;
}

.emailFormValidator {
position:relative;
float:left;
left:174px;
}

.emailFormValidator2 {
position:relative;
float:left;
margin-left:50px;
}

input#SendRecipe {
position:relative;
float:left;
margin-left:174px;
background-image:url(/images/btnBkgdMed.jpg);
border:0;
width:80px;
height:28px;
color:#fff;
text-transform:uppercase;
background-repeat:no-repeat;
}

input#SendRecipe:hover {
cursor:pointer;
}

p.sendVerification {
position:relative;
float:left;
width:400px;
font-size:14px;
font-weight:bold;
margin:5px 0 0 20px;
color:#72bf44;
}
