	div#bodyConRightText p.error{
		font-weight:		bold;
        color:              red;
	}
    
    div#bodyConRightText table tr th{
		font-weight:		normal;
		text-align:			left;
		width:				40%;
		vertical-align:		top;
	}
	
	div#bodyConRightText table tr td{
		width:				60%
	}
	
	input[type=text],
	input[type=file],
	select,
	textarea,
	input#foto
	{
		border:				1px solid #cbcbcb;
		width:				200px;
		font-family:		Verdana, sans-serif;
		font-size:			11px;
		line-height:		1.5em;
	}
	
	
	textarea {
		height:				150px;
	}
	
	input.req[type="text"], 
	input.req[type="password"], 
	select.req  {
		border:1px solid red;
	}