body,html {
    font-family: Arial,sans-serif;
}
.h2-1{
    font-family: Arial,sans-serif;
    color: #336699;
    margin: 0;
    text-align: center;
	font-weight: bold;
}


.container-form{
    border: 1px solid #336699;
}


.row-title{
    background: #cadbfc;  
}

.input{
	width: 125px;
	height: 22px;
	border: 1px solid #999;
	border-radius: 3px;
}

.button {
    background: #cce5ff;
    box-shadow: 2px 1px 1px #444;
    border-radius: 2px;
    color: #336699;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    padding: 4px;
    padding-top: 6px;
    width: 60px;
    border: 1px solid #cce5ff;
}

.selector{
    width: 150px;
    border-radius: 3px;
    height: 25px;
    background: #fff;
}
.selector-1{
    width: 150px;
    border-radius: 3px;
    height: 25px;
    background: #fff;
    color: #336699;
    font-weight: bold;
}

.mar-t5{
	margin-top: 5px;
}

.mar-t10{
	margin-top: 10px;
}

.prod-image{
	float: right;
	width:90%;
}

#mainSpan{

	font-family: Arial;
	font-size: 20px;
	color: #336699;
	font-weight: bold;
}

img{
	float: left;
	margin-top: 5px;
	cursor: pointer;
	border: 0;
}
