/* 
WGS Conveyancing site
*/

a:link {
	text-decoration : none;
}
a:visited{
	text-decoration : none;
}
a:hover {
	text-decoration : none;
}
a:active{
	text-decoration : none;
}

html {
	margin : 0;
	padding : 0;
}

body {
	margin : 0;
	padding : 0;
    width: 555px;
    line-height: 18px; 
    font-family:'Droid Sans', Arial, sans-serif; 
    font-size:12px; color:#8C8B8B;
}

h1, h2, h3, h4, h5, h6  { 
    color:#156D9E; 
    letter-spacing:-1px; 
    line-height:1em; 
    font-weight:normal; 
}
h1 { 
    font-size:26px; 
}
h2 { 
    font-size:20px; 
}
h3 {
    font-size:18px; 
}
h4 { 
    font-size:16px;
}

img {
	border : 0 none;
}

textarea {
	margin : 10px 20px 0 20px;
}

table{
	border : 1px solid #c0c0c0;
	margin : 15px auto 25px auto;
}

td{
	padding : 2px 5px;
}

td.fulllist{
	background : #FFFFE3;
	padding : 2px 5px;
	border: 1px solid #FFD700;
}

.aligncenter{
	text-align : center;
	margin: 0 auto;
}

.right {
	text-align : right;
}

.completed {
	color : #D00000;
}

.smallstrong{
	font-size : 0.75em;
	font-weight : bold;
	padding : 0 0 10px 0;	
}

.steps, #steps{
	border : 1px solid #c0c0c0;
	border-collapse : collapse; 
}

#steps{
	width:380px;
}

#caselist{
	width:380px;
}

#reflist{
    width:98%;
}

#content{
}

#content li {
	padding-bottom : 15px;
}

#councilfee{
	font-size : 0.75em;
	width : 230px;
}


hr{
	text-align:left;
}

fieldset{
	margin-top: 10px;
	z-index:10;
}

legend{
	padding: 3px;
	font-weight:bold;
}

label{
    width: 12em;
    float: left;
    margin: 0 15px 0 0;
    clear: both;
}

input,textarea{
    float: left;
    border: #c0c0c0 solid 1px;
    margin: 0 0 3px 0;
}

.submit{
    margin-left: 17em;
}

.formrow{
	width:100%;
	margin-top:2px;
	margin-left: 10px;
}

.error{
	font-weight : bold;
	color:red;
}

li{
    margin-bottom: -1em;
}

.longdesc{
   position:absolute;
   width: 250px;
   padding:10px; 
   border:1px solid #6699CC; 
   color:#3974AE;
   background-color:white;
   display: none;               
}

.longdesc-a {
	color: black;
}

div.clearer {
    clear: left; line-height: 0; height: 0;
}

label.errorMessage {
	display:none;
}

input.errorMessage {
	border: 1px solid red;
}

.req{
   color:red;
}

