/**
* @Copyright Ready Bytes Software Labs Pvt. Ltd. (C) 2010- author-Team Joomlaxi
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
**/

div.registerProfileType
{
	border-style:solid; 
	border-width:1px; 
	border-color: #DFDC8B;
	background-color:#FDFCE5; 
	padding: 6px 0 6px 6px;
	padding-left:20px; 
	padding-bottom:10px;
	width:96%;
}

.registerProfileType h3#Title
{
	font-size: 14px; 
	color: #000000;
	line-height: 16px;
	height: 16px;						
	font-weight: bold;
	padding-top:10px;
}

div.profile-type
{
    width:98.5%;
    /*border:1px solid red;*/
    overflow: hidden;
    padding: 5px;
    /*text-transform: capitalize; */
}

#Avatar .pt-select-button
{
	text-align: center;
	margin-top:5px;
	padding:5px;
}

.profile-type .pt-select-button input
{
	cursor: pointer;
}

.profile-type #Details
{
	padding-top:10px;
	padding-left:25px;
	
	/* Finish added fixes in this selector */
}


.profile-type #Description
{
	float:left;
	font-size: 10px; 
	font-style:italic;
	color: #000000;
	line-height: 10px;
}

.xi-avatar{
	float:left;
}

.xi-description{
	float:left;
	width:74%;
	margin-left: 2%;
}

.pt-name{
	padding-bottom:2px;
	border-bottom: 1px none;
	margin-bottom: 5px;
}

.pt-description{
	width:100%;
	border-color: #DFDC8B;
	background-color: #ffffff;
    border-style: none;
    border-width: 1px;
    padding: 0px 0 0px 6px;
    font-size: 11px;
    font-style:verdana;
	}

