/* ////////////////  Edit Post Form ////////////// */

.editUrl { 
	background: #f2F2F2;
	font-family: arial, sans-serif;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 30px;
	}
	
.editUrl label {
	width: 30px;
	text-align: right;
	font-weight: bold;
    color: #666666;
	}	
		
.editUrl input {
     color: #666;
     width: 83%;
     height: 23px;
     font-size: 13px;
     padding: 3px 3px 2px 4px;
     font-family: , arial, sand-serif;
     border: 1px solid #ccc; 
     border-style: solid;
     font-weight: normal;
     }
     
.editUrl input:focus {
     color: #333;
     border: 1px solid #666;
     }
     
.editUrl .submit {
	background: #ddd;
	color: #666;
	height: 21px;
	width: auto;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-family:  arial, sand-serif;
	font-size: 12px;
    font-weight: bold;
	border: 1px solid #999;
    padding: 0 5px 0px 5px;
    }
	
.buttonContainer {
	border: none;
    padding: 0;
    width: 70%;
	}
	
/* //////////////// Header ////////////// */

.editUrlHeader {
	font-family: arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
    color: #252A30;
	line-height: 1.3em;
    }

.editUrlHeader a {
	font-size: 20px;
    color: #2970AA;
	text-decoration: none;
    }

.editUrlHeader a:hover {
	text-decoration: underline;
    }

/* //////////////// Blog Name ////////////// */

.editUrlTitle {
	padding: 0px 0px 1px 50px;
    }

 .editUrlTitle a {
	font-family: arial, sans-serif;
	font-size: 14px;
    color: #233548;
    text-decoration: none;
    }

.editUrlTitle a:hover {
    text-decoration: underline;
    }

/* //////////////// Blog Url ////////////// */



.editUrlUrl {
	padding: 0px 0px 1px 50px;
	width: 77%;
	overflow: hidden;
    }

 .editUrlUrl a {
	font-family: arial, sans-serif;
	font-size: 14px;
    color: #5183B6;
    text-decoration: none;
    }

.editUrlUrl a:hover {
    text-decoration: underline;
    }

 .editUrlUrlDots  {
	font-family: arial, sans-serif;
	font-size: 14px;
    color: #5183B6;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    display: inline;
    }




