/* CSS Document */
.note{
font-style:italic;
margin:5px 0 5px 0;
}

#searchForm label{
font-size:20px;
}

#searchForm input{
padding:2px;
}

#keywords{
width:225px;
}

#content form label{
clear:both;
display:block;
padding:5px;
margin:0 0 5px 0;
}

#content form label span{
display:block;
font-weight:bold;
color:#666;
width:150px;
text-align:right;
margin-right:10px;
float:left;
}

#recipeTitle{
width:300px;
}

#yield_qua{
width:50px;
}

#yield_unit{
width:125px;
}

#description{
width:400px;
height:100px;
}

#ingredients, #method{
width:400px;
height:200px;
}

#comment{
width:400px;
height:75px;
margin-bottom:10px;
}

#sidebar input{
width:200px;
}

#contactForm input{
width:200px;
}

#contactForm textarea{
width:460px;
height:200px;
}

