/* ////////////////  Add Blog form ////////////// */

.addPost { 
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	margin: 7px 0px 7px 0px;
	padding: 0;
	}
	
.addPost label {
	width: 73px;
	float: left;
	text-align: right;
	margin-right: 11px;
	margin-top: 3px;
	display: block;
	font-weight: bold;
    color: #666666;
	}
	

.addPost p {
    margin: 0 0 0 15px;
    }	
		
.addPost input {
     color: #666;
     width: 255px;
     font-size: 13px;
     padding: 3px 3px 2px 4px;
     font-family: arial, sand-serif; 
     border-style: solid;
     }
     
.addPost input:focus {
     color: #333;
     border: 1px solid #666;
     }
     
.addPost .submit1 {
	background: #ddd;
	color: #666;
	height: 21px;
	width: 45px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-family: 'Lucida Grande', arial, sand-serif;
	font-size: 12px;
    font-weight: bold;
	border: 1px solid #999;
    padding: 0;
	}
	
/* ////////////////  Blog has beed added form ////////////// */



.postAdded { 
	width: 100%;
	background: #EDEDE8;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	margin: 7px 0px 7px 0px;
	padding-top: 10px;
    height: 61px;
	}
	
.postAdded label {
	width: 73px;
	float: left;
	text-align: right;
	margin-right: 11px;
	margin-top: 3px;
	display: block;
	font-weight: bold;
    color: #666666;
	}



.postAdded p {
    margin: 0 0 0 15px;
    }	
		
.postAdded input {
     color: #666;
     width: 255px;
     height: 23px;
     font-size: 13px;
     padding: 3px 3px 2px 4px;
     font-family: 'Lucida Grande', arial, sand-serif;
     border: 1px solid #ccc; 
     border-style: solid;
     }
     
.postAdded input:focus {
     color: #333;
     border: 1px solid #666;
     }
     
.postAdded .added {
	color: #d3d3d3;
	height: 21px;
	width: 45px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-family: 'Lucida Grande', arial, sand-serif;
	font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 20px;
    bottom: 15px;
    padding: 0 0 1px 4px;
	}


/* //////////////// Add Blog Form: Header,Spacer,Footer ////////////// */

 .addPosthHeader {
    width: 100%;
	font-family: arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
    color: #333;
    height: 35px;
    }
    
	
.addPostSpacer { 
	width: 446px;
	margin: 0px 0px 0px 0px;
	height: 1px;
	background: #ccc;
	}

.addPostFooter { 
	width: 446px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	color:#999;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
    text-align: center;
	}
	
.addPostFooter a { 
	color: #333;
	text-decoration: underline; 
	font-size: 11px;
    font-weight: bold;
	}

.addPostFooter a:hover { 
	color: #999;
	}
