.box_round {
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4 */
          border-radius: 3px; /* Opera 10.5, IE 9, Saf5, Chrome */
padding-top: 10px;  
      padding-right: 10px;  
      padding-bottom: 5px;  
      padding-left: 10px; 
}

.entry-content td, .comment-content td {
border: none;
}
table {
  display: table;
  border: none;
}
.entry-content table, .comment-content table {
  border: none;
  margin: 0 0 1.625em;
  width: 100%;
}

#floatleft {
    background-color:grey;
    color:white;
    text-align:left;
    padding:5px;
    width: 600px;
    float: left;
    max-width: 100%;
}

#floatright {
    background-color: #134EA2;
    color:white;
    text-align:left;
    padding:5px;
    width: 300px;
    float: right;
max-width: 100%;
}

#floatleftsmall {
    background-color:grey;
    color:white;
    text-align:left;
    padding:5px;
    width: 300px;
    float: left;
max-width: 100%;
}

#floatrightlarge {
    background-color: #134EA2;
    color:white;
    text-align:left;
    padding:5px;
    width: 600px;
    float: right;
max-width: 100%;
}

.login-float-container {
background-color:#EF6C00; 
			border-color:;
			border-width:;
                        border-bottom-right-radius:5px;
			border-bottom-left-radius:5px;
            border-top:none;
			top:0px;
			right:100px;
						
}



blockquote {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 1px 1px 1px #ccc;
	font-style: italic;
	width:auto;
	display:table;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 30px;
	padding-right: 30px;
}