.required-field-note{
	color:#F75B30;
}
.field-note{
color:#545454;
font-size:11px;
}

.search-result-info
{
	background:#feed61;
	padding:2px;
	color:#000;
	font-weight:bold;
}


.dotline
{
	border-top: 1px solid #D6D6D6;
	height: 1px;
	margin-bottom: 10px;
	margin-top: .5em;
	width: 90%;
}

.fieldsCollection
{
	margin: 2.3em 1.5em;
	position: relative;
	text-align: right;
	direction: rtl;
	width:670px;
	border: 0;
}

.fieldsCollection legend
{
	color: #500000;
	font-size: 100%;
	font-weight: bold;
	font-family:BYekan,Tahoma,Times;
    font-size: 18px;
	font-weight:200;
}

.skills-set
{
	width:450px;
}
.skills-set legend
{
	color: #500000;
	font-weight: bold;
	font-family:BYekan,Tahoma,Times;
    font-size: 14px;
	font-weight:200;
}


.star {
	background:url(../img/common/info.png) no-repeat right top;
	margin:10px;
	padding: 10px 40px;
	font-family: tahoma;
	font-weight: 600;
	color: #54a0df;
}

div.list-item-container
{
	display:inline-block;
	margin-bottom:25px;
	width: 100%;
}

ul.list-item-container
{
	margin-bottom:25px;
	width: 100%;
	list-style-type: none;
}
ul.list-item-container li
{
	display:inline-block;
	width: 12%;
}

.search-bar
{
	height: 35px;
	width: 100%;
	display: inline-block;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}


.content-fieldset
{
	padding:0 10px 10px 10px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	line-height: 2em;
	margin: 25px 0 25px 0;
}

.content-fieldset legend
{
	color: #001d37;
    line-height: 2em;
	font-size:18px;
	font-weight:200;
	margin:10px 10px 0px 10px;
	padding:0 5px 0 5px;
	font-family: BYekan, tahoma, times;
}

.content-fieldset ul
{
	padding-right: 15px;
	color: #fd9d06;
}

.download-box
{
	width: 100%;
	display: inline-block;
	background-color: #FFFFFF;
	padding: .25em;
	border: 1px solid #cccccc;
	margin-bottom: 1em;
}
.download-box:hover
{
	border: 1px solid #909090;
	transition:all 0.2s ease;

}
.download-box-right
{

	float: right;
	border-color: #cccccc;
	margin: 1em;
	width: 550px;
	text-align: right;
}
.download-box-left
{
	float: left;
}

fieldset.related-stuff
{
	padding:0 10px 0 10px;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e1dbd6;
	line-height: 2em;
	padding-bottom: 10px;
	margin-top: 25px;

}

fieldset.related-stuff legend
{
	color: #001d37;
    line-height: 2em;
	font-size:18px;
	font-weight:200;
	margin:10px 10px 0px 10px;
	padding:0 5px 0 5px;
	font-family: BYekan, tahoma, times;
}

fieldset.related-stuff ul
{
	padding-right: 15px;
}


.order-button {

	border:1px solid #012647;
	padding:5px 5px 5px 10px;
	border-radius:5px;
	font-family:BYekan, tahoma;
    font-size:18px;
	color:#fff;
	cursor:pointer;
	font-weight:200;
	display:inline-block;
	background: #92a5ff;
}
.order-button:hover{
	background:#728afc;
	color:#fff;
}