/*
Plugin Name: User Avatar
Plugin URI: http://wordpress.org/extend/plugins/user-avatar/
Description: Allows users to associate photos with their accounts by accessing their "Your Profile" page that default as Gravatar or WordPress Default image (from Discussion Page). 
Version: 1.2.1
Author: Enej Bajgoric / Gagan Sandhu / CTLT DEV


GNU General Public License, Free Software Foundation <http://creativecommons.org/licenses/GPL/2.0/>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#user-avatar-step1{
	float:left;
	margin-top: 15px;
	margin-left:-200px;
}
#testWrap{
	position: relative; 
	width:400px; 
	float:left;
}
#user-avatar-preview{
	float:right; 
	width:200px;
}
#step1-image{
	float:left;
	margin: 15px 0px 0px 15px;
}
#user-avatar-display{
	position:absolute;
	background-color:#F1F1F1;
	border-color:#E3E3E3;
	top:525px;
	right: 180px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}
#user-avatar-display-image{
	border:8px solid #FFFFFF;
}
#user-avatar-link{
	float:left;
	margin:0 0 10px 30px;
}
#user-avatar-remove{
	float:left;
	clear:left;
	margin:0 0 0 18px;
}
#uploadForm{
	margin-left:230px;
}
#iframe-crop-form{
	margin-left:15px;
}
#user-avatar-step3{
	margin-left:15px;
}
#user-avatar-step3-close{
	float:left;
	margin-top: 15px;
	clear:both;
}

/* --- END OF FILE --- */