.bulet{
	position: relative;
	top: 3px;
}

.intrebari p{
	clear: left;
	margin: 0;
	padding: 5px 0px 8px 0px;
	padding-left: 15px; /*width of left column containing the label elements*/
	border-bottom: 1px dashed #DDDDDD;
	height: 1%;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

.separator{
	clear: left;
	margin: 0;
	padding: 5px 0px 8px 0px;
	padding-left: 15px;
	border-bottom: 1px dashed #DDDDDD;
	height: 1%;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

.paginare p{ 
	text-align: right;
	clear: left;
	margin: 0;
	padding: 5px 0px 8px 0px;
	padding-left: 15px; /*width of left column containing the label elements*/
	border-bottom: 1px dashed #DDDDDD;
	height: 1%;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

.cssform{
	color: #444444;
}
.cssform h1{
	font-family: Tahoma;
	font-size: 14px;
	color: #444444;
	padding-left: 30px;
}
.cssform .title{
	height: 30px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	color: #444444;
	margin-top: 0px;
	padding-left: 30px;
}
.cssform p{
	clear: left;
	margin: 0;
	padding: 5px 0px 8px 0px;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #DDDDDD;
	height: 1%;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}
.cssform .endform{
	clear: left;
	margin: 0;
	border-top: 1px dashed #DDDDDD;
	height: 10px;
	font-size: 11px;
	color: #444444;
}

.cssform label{
	margin-top: 3px;
	font-family: tahoma;
	font-size: 11px;
	color: #444444;
	text-align: right;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
/*	height: 12px;	*/
	color: #444444;
/*	font-size: 12px;	*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
/*	height: 12px;	*/
	color: #444444;
/*	font-size: 12px;	*/
}
.cssform input[type="checkbox"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: auto;
	height: 13px;
	color: #444444;
	font-size: 12px;
}
.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
/*	height: 12px;	*/
	color: #444444;
/*	font-size: 12px;	*/
}

.cssform .error_msg{
	margin-left: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #f54f27;
}

.cssform textarea{
	width: 250px;
/*	height: 150px;	*/
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
.boxes{
	margin: 0px 5px 5px 0px;
	position: relative;
	top: 5px;
}
* html .boxes{
	margin-left: 3px; 
}
