﻿#IssueList
{
    position:relative;
    float:left;
    width:300px;
    padding-right:20px;
}

#IssueCover
{
    position:relative;
    float:left;
    /* left:280px;
    top:90px;
    */
    width:363px;
    height:auto;
    border: solid 1px #000000;
}

.IssueCoverHeading
{ 
    position:relative;
    width:90px; 
    bottom:8px; 
    left:8px;
    background-color:#FFFFFF;
}

.Form
{
    position:relative;
	width:290px; 
	height:100%; 
	left:15px;
	background-color:#F5F5DC; 
	text-align:left; 
	padding:5px 0px 5px 5px;
	padding-top:5px;
	padding-bottom:5px;
	border-right:black 1px solid; 
	border-top:black 1px solid; 
	border-left:black 1px solid; 
	border-bottom:black 1px solid;
}