/* styles for blog.html blogform.html */

.boxContainer {
width:388px;
float:left;
height:100px;
display:table;
}
.hBox{
width:368px;
padding:5px 5px 5px 5px;
margin:0px 5px 5px 7px;
display:table;
background-color:#ffffff;
text-align:justify;
}

.hBoxTitle{
width:368px;
font-weight:bold;
}
.hBox a{
color:#5A5A5A;
}
.hBox a:hover{

color:#FF6600;
}

.hBoxFormRow {
position:relative;
width:368px;
height:25px;
display:table;
}
.hBoxFormDesc{
position:relative;
width:145px;
margin:0px 5px 0px 0px;
float:left;
display:table;
text-align:right;
}
.hBoxFormElement{
width:248px;
float:right;
display:table;
height:25px;
}
.hBoxFormElement input{
color:#4e4e4e;
background-color:#CCCCCC;
height:18px;
line-height:13px;
padding-top:0px;
margin-top:0px;
}

.hBoxFormElement textarea{
color:#4e4e4e;
background-color:#CCCCCC;
line-height:15px;
}

