a.cv_tag {
	font-size: 12px;
	color:#009900;
}
#cv_essentials {
	float:left;
	border: 5px solid #F5F5F5;
	width:175px;
	margin-right: 10px;
}
#cv_essentials h4 {
	margin:5px 0 0 5px;
	padding:0;
	font-size:12px;
	color:#F38C41;
}
#cv_basics ul {
	margin: 0;
}
#cv_essentials li {
	font-size:11px;
}
#cv_basics li {
	font-size:12px;
}
#cv_basics strong {
	float:left;
	display:block;
	width:90px;
}
.cv_essen {
	color:#F38C41;
}
#tag_cloud input {
	float:left;
}

/*  hresume css */

input, textarea, select
{
  background: #f4f4f4;
  border: 1px solid #b2b2b2;
}

input:focus, textarea:focus
{
  background: #fff;
}

.submit
{
    text-align: right;
}

.delete_toggle input, .delete_toggle input:active, .delete_toggle input:hover, .delete_toggle input:focus
{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.delete_toggle
{
    margin-bottom: 2px;
    font-weight: bold;
    width: 100%;
}

.hresume_wireframe_block
{
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hresume_wireframe_inner
{
    width: 610px;
    margin: 10px;
}

.hresume_usage_inner
{
    margin: 10px;
}

.hresume_form_block
{
    float: left;
    padding-right: 15px;
}

* html .hresume_form_block
{
    margin: 0;
    padding-right: 5px;
}

.hresume_stretch
{
    width: 100%;
}

.hresume_entry_block
{
    margin: 0 0 5px 0;
    padding: 5px;
}

.hresume_add_link
{
    margin: 5px 0 5px 5px;
}

.hresume_delete_text
{
    padding-left: 4px;
}

.hresume_admin_entry
{
    width: 585px;
    margin-bottom: 20px;
    margin-right: 15px;
}