.titleLiteral{
	font-size: 14px;
	font-weight: bold;
}

.divLiteral{
	display: inline-block;
	width: 350px;
	padding-top: 10px;
}

.literal{
	width: 750px;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: auto;
	max-height: 400px;
}

.literalMessage{
	margin-top: 20px;
}

.keyLiteral{
	display: inline-block;
	width: 150px;
}

.valueLiteral{
	display: inline-block;
	width: 100px;
}

.keyLiteralText{
	font-weight: bold;
    font-size: 12px;
    line-height: 20px;
     
	background: -webkit-linear-gradient(#f3f4f4, #c0c2c5);
	background: -moz-linear-gradient(#f3f4f4, #c0c2c5);
	background: -o-linear-gradient(#f3f4f4, #c0c2c5);
	background: linear-gradient(#f3f4f4, #c0c2c5);

    border: 1px solid;
    border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
    
    padding-left: 10px;
    text-shadow: 1px 1px #FFF;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.divliteralParent{
	padding-bottom: 20px;
}

#btLiteralSubmit{
	margin-right: 25px;
}

.btLiteral{
	width: 60px;
}