body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
    
/*Start Masterpage styles*/
#container
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
#logo 
{
	height:100px;
	vertical-align: top;
	width:1000px;
	background-position:left center;
	background-repeat:no-repeat;
    border-top:1px solid;
}
#top_border, #top_border_preview 
{
	font-size: 24px;
	font-weight:bold;
	height:15px;
	letter-spacing: 6px;
	text-align:center;
	text-decoration:none;
	top:100px;
	width:1000px;
}
#menu_container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.menu, .menupreview
{
	height: 40px;
	top: 126px;
	width: 1000px;
}
.menupreview
{
	width: 485px;
}
.menu ul, .menupreview ul
{
	margin:0px;
	padding:0px;
} 
.menu li, .menupreview li
{ 
	float: left; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
} 
.menu li a, .menupreview li a
{ 
	display: block; 
	background: transparent;
	float: left; 
	height: 27px;
	text-decoration: none; 
	padding: 11px 19px 2px 19px;
	text-transform: uppercase;
	font-size: 88%;
} 
#right_menu_admin
{
	height: 29px;
	margin-left: 500px;
	width: 500px;
	border-bottom: none;
}
.right_menu_seperator
{ 
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 30px;
	margin-bottom: -20px;
	float: left;
	display: inline;
}
.submenu
{
	padding: 0px;
	margin: 0px;
	text-align:center; 
	float: left;
	width: 150px;
	display: inline;
}
.submenu a
{ 
	display: block;
	padding: 8px 7px 7px 7px;
	text-decoration: none; 
	text-transform: uppercase;
	font-size: 88%;
	vertical-align:top;
}
.menu_right
{
    height: 29px;
	border-bottom: none;
}
.menu_right li a
{
	height: 15px;
	padding: 8px 7px 6px 7px;
	width: 135px;
}
#content, #previewcontent
{
	height: auto;
	width:1000px;
	top: 202px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color:White;
}
#footer, #footerpreview 
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height: auto;
	font-weight: bold;
}

#footer a, #footerpreview a
{
	text-decoration: none;
}
.footer_link 
{
	margin:0px;
	padding:3px; 
	padding-left: 21px;
	float:left; 
	display:inline;
}
.footer_label
{
	margin:0px 0px 0px 150px; 
	padding:3px 0px 3px 0px; 
	float:left; 
	width:330px;
	text-align:right;
	display:inline;
}
.footer_version
{
	margin:0px;
	padding:3px; 
	padding-left: 21px;
	float:left; 
	text-align:right;
	display:inline;
	width:280px;
}
/*End Masterpage styles*/


h1
{ font-size: 108%;
  letter-spacing: 1px;
}

h2
{ 
  font-size: 100%;
  letter-spacing: 1px;
}

img{
border: 0px;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{
	display: block;
	text-align: center;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px; 
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

.ul_autocomplete
{ 
	border: 1px solid buttonshadow; margin: 0px 0px 0px 0px; padding: 0px; text-align: left; visibility: visible; cursor: default; list-style-type: none; list-style-image: none; list-style-position: outside; background-color: window; color: windowtext; position: absolute; width: 402px; left: 230px; top: 381px;
}

.ul_li_autocomplete
{
  list-style-type : none;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

#italic_small {
	font-size: 11px;
	font-style: italic;
}
#uc_large {
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
}
#uc_medium {
	font-size: 13px;
	text-transform: uppercase;
}

#links
{
	height: 20px;
	margin-bottom: -10px;
	font-size: 90%;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: right;
	top: 165px;
	width: 504px;
	margin-left: 495px;
}

#links a, #links a:hover{
	text-decoration: none;
	color: #000000;
}

.error  {
	color: #660000;
	background-color: 
	transparent;
	font-weight: bold
}
.message
{
    color: Black;
    background-color: Transparent;
    font-weight: bold;
}
#errorMsg {
	text-align: center;
}
.hl_error  {
	background-color: #880000;
	color: #FFFFFF;
}

.remove_hl {
	color: #000000;
}
#required {
	color: #990000;
	vertical-align: top;
}

/* breadcrumb */
#breadcrumb
{
	text-align:left;
	width:1000px;
	height:auto;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}

/* main content */
#content, #previewcontent
{
	height: auto;
	width:1000px;
	top: 202px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color:White;
}

#previewcontent
{
    height: 125px;
	width:485px;    
}

#contentcolorchanger
{
    height: 345px;
    width:1000px;
	top: 202px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}

.buttonsmall
{
	width: 100px;
	height:20px;
	font-size: 10px;
	letter-spacing: normal;
	text-align: center;
	padding: 1px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;	
	text-decoration:none;
}


.buttonicon
{
	letter-spacing: normal;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
	font-style:normal; 
	font-weight:bolder; 
	cursor:pointer;
}

#button, #bSubmit, #bRegister, #bCancel, #bAdd2, #bAdd3, #bAdd4, #bAdd5, #bLogin, #buttonsmall, #buttonpreview, .button 
{
    font-family:Arial,Helvetica,sans-serif;
	width: 100px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

.aspbutton, .aspbuttonsmall
{
    height: 22px;
    font-family:Arial,Helvetica,sans-serif;
	width: 100px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	vertical-align:middle;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

.aspbuttonsmall
{
	height:20px;
	font-size: 10px;
	padding: 1px;
}

#buttonwide
{
	width: 150px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

#buttonwidest
{
	width: 225px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	padding: 2px;
	font-style: normal;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}


#input_fname, #input_lname {
	text-align: left;
	width: 300px;
}

#login  {
	text-align: center;
}
#login table {
	width: 400px;
}

#login   .label {
	text-align: right;
	width: 300px;
}
#login   .value {
	text-align: left;
	width: 300px;
}
#register  {
	text-align: center;
}
#register table {
	width: 600px;
    margin-left:auto;
	margin-right:auto;
}

#register th {
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	height: 40px;
}
#register td {
	text-align: center;
}

#register   .label {
	text-align: right;
	width: 190px;
}
#register   .value {
	text-align: left;
	width: 410px;
}

#register table .buttonrow
{
    border: 0px;
}

#file_grid, #file_gridpreview    
{
	text-align: left;
	width: 95%;
	margin-left: 5px;
}

#file_gridpreview    
{
    width: 475px;    
}

#file_grid table, #file_gridpreview table 
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 97%;
}

#file_grid td, #file_gridpreview td
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	padding-left: 5px;
	height:25px;
}

#file_grid td a, #file_gridpreview td a
{
	text-decoration: underline;
}


#file_grid     th, #file_gridpreview  th    
{
	text-transform: uppercase;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	font-weight: bold;
	cursor: default;
	height:25px;
	padding-left: 5px;
}


#file_grid     tr, #file_gridpreview  tr    
{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	letter-spacing: normal;
	cursor: default;
	height:25px;
	padding-left: 5px;
}


#file_grid th a, #file_gridpreview th a
{
 text-decoration: underline;
}

#file_grid  #button_row table, #file_gridpreview #button_row table   
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 40px;
}

#file_grid .buttonsmall, #file_gridpreview .buttonsmall
{
 text-decoration: none;
}

#div_in_grid table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#div_in_grid td 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#div_in_grid     tr    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#div_in_grid td a
{
 text-decoration: none;
}

#file  {
	width: 1000px;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#file a, #button a, a.noUnderline
{
    text-decoration: none;    
}
#file table 
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
	width: 915px;
}
#file th {
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	height: 30px;
}
#file td {
	text-align: center;
}

#file   .label {
	text-align: right;
	width: 120px;
}
#file   .value {
	text-align: left;
	width: 300px;
}
#button_row   {
	width: 100%;
	text-align:center; 
	margin-left: 10px;
}
#buyer2, #buyer3, #buyer4, #buyer5 {
	display: none;
}
.modalBackground
{
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 200000;
}
.modalPopup {
	border-width:3px;
	border-style:solid;
	padding:3px;
	width:600px;
	z-index: 200001;
}
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 16px 4px 16px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 15px 3px 15px;
}

#vertical-separator
{
	text-align:center;
	border-left:1px dotted #555555;
	position:relative; 
	top:0;
	left:2%;
	height:100%;
	padding:0 0 0 2%;
}
#horizontal-separator
{
	text-align:center;
	border-bottom:1px dotted #555555;
	position:relative;
	top:0;
	left:0%;
	height:100%;
	padding:0 0 0 2%;
}

/*Site settings tab*/
.tab a
{ 
   display: block;
   padding-top: 14px;
   padding-bottom: 14px;  
}
/*Site settings tab*/

/*Document Grid similar to File Grid*/
#document_grid, #document_gridpreview    
{
	text-align: left;
	width: 95%;
	margin-left: 5px;
}

#document_gridpreview    
{
    width: 475px;    
}

#document_grid table, #document_gridpreview table 
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 97%;
}

#document_grid td, #document_gridpreview td
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	padding-left: 5px;
	height:25px;
}

#document_grid td a, #document_gridpreview td a
{
	text-decoration: underline;
}


#document_grid     th, #document_gridpreview  th    
{
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	font-weight: bold;
	cursor: default;
	height:25px;
	padding-left: 5px;
}

#document_grid     tr, #document_gridpreview  tr    
{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	letter-spacing: normal;
	cursor: default;
	height:25px;
	padding-left: 5px;
}


#document_grid th a, #document_gridpreview th a
{
 text-decoration: underline;
}

#document_grid  #button_row table, #document_gridpreview #button_row table   
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 40px;
}

#document_grid .buttonsmall, #file_gridpreview .buttonsmall
{
    text-decoration: none;
}
/*Document Grid similar to File Grid*/
/*GridView Styling*/
.gridview_pager_top
{
    margin: 0px;
    text-align: center;
    margin-right: auto;
    margin-left:auto;    
}
.gridview_pager
{
    text-align: center; 
    text-decoration: none;
    margin-right: auto;
    margin-left:auto;  
}

.gridview_pager a
{ 
    text-decoration: none;
}

.gridview_footer
{
    font-weight: bold;
    text-align: left;
}
.gridview_row, .gridview_rowDevEx
{
    text-align: left;
}

.gridview_rowDevEx
{
    padding:3px;
}

.gridview_editrow, .gridview_editrowDevEx
{
    text-align: left;
}

.gridview_editrowDevEx
{
     padding:5px;
}

.gridview_selectedrow
{
    font-weight: bold;
}
.gridview_header
{
    font-weight: bold;
    text-align: left;
}
.gridview_alterrows
{
    text-align: left;
}
/*GridView Styling*/


#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}
	
.uploadimage
{
    cursor: pointer;    
}

.imageuploadpanel
{
    position:absolute; 
    top:-3px; 
    margin-left:-94px;
    filter:alpha(opacity=0);
    opacity:0;
}

.imageuploadpanelstaff
{
    position:absolute; 
    top:-3px; 
    margin-left:19px;
    filter:alpha(opacity=0);
    opacity:0;
}

.imageuploadpanelbanner
{
    position:absolute; 
    top:-2px; 
    margin-left:5px;
    filter:alpha(opacity=0);
    opacity:0;
}

.imageuploadpanelbannerclientsetup
{
    position:absolute; 
    top:-35px; 
    margin-left:5px;
    filter:alpha(opacity=0);
    opacity:0;
}

.profileimageupload
{
    position: absolute; 
    top: -3px; 
    margin-left: -95px;    
}

.uploadbutton
{
    cursor: pointer;
    /*filter:alpha(opacity=0);
    opacity:0;*/  
}

.filebutton
{
    cursor: pointer;
    /*filter:alpha(opacity=0);
    opacity:0;*/
}

.filebannerbutton
{
    border-right: #999999 375px solid;
    cursor: pointer;
    font-size:100px;
    /*filter:alpha(opacity=0);
    opacity:0;*/
}

.sitelistaddbanner
{
    margin-left:-47px;
}

.center_style
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;    
}

/*Site Move*/
.sitemove_sitelist
{
    margin:0px; 
    margin-left:15px; 
    padding:0px; 
    float:left; 
    border: 1px solid black;    
}
.sitemove_sublist
{
    margin:0px; 
    margin-left:0px; 
    padding: 0px; 
    float:left; 
    border:1px solid black; 
    width:353px; 
    overflow:scroll;
}
.sitemove_destination
{
    margin:0px; 
    margin-left:635px; 
    padding: 0px; 
    width:345px; 
    margin-top:-110px;    
}
.sitemove_destinationlist
{
    margin:0px; 
    margin-left:15px; 
    margin-top:61px; 
    padding:0px; 
    float:left; 
    border: 1px solid black;    
}
.sitemove_move
{
    margin:0px; 
    margin-left:130px; 
    margin-top:10px; 
    padding:0px; 
    float:left;    
}

/*Upload Property Photo*/
div.mediaPicker {
    padding:0px;
    margin:0px;
    font-family:arial, sans-serif;
    font-size:13px
}
div.mediaPicker a {
    color:#0000cc
}
div.mediaPicker .mp_gray {
    color:#676767
}
div.mediaPicker .mp_gray a {
    color:#7777cc
}
div.mediaPicker td {
    font-family:arial, sans-serif;
    font-size:13px;
    padding:0px;
    vertical-align:top
}
.mediaPicker {
    width:657px;
    height:201px;
    position:absolute;
    top:0px;
    left:0px
}
div.mediaPicker div.mp_border{
    padding:8px;
    height:100%
}
div.mediaPicker div.mp_contents {
    background:#fff;
    height:100%;
    overflow:hidden
}
div.mediaPicker table.mp_framingTable {
    border-collapse:collapse;
    border-spacing:0px;
    height:100%;
    width:100%
}
div.mediaPicker table.mp_sourcePanel {
    width:148px;
    height:100%;
    border-collapse:collapse
}
div.mediaPicker table.mp_sourcePanel td {
    padding:7px 14px;
    margin:0px;
    color:#676767;
    cursor:pointer
}
div.mediaPicker table.mp_sourcePanel .mp_sourcePanel_title {
    margin:0px;
    color:#676767;
    cursor:default
}
div.mediaPicker table.mp_sourcePanel td.mp_selected {
    background-color:#fff;
    border-right:none;
    font-weight:bold;
    color:#000;
    cursor:default
}
div.mediaPicker table.mp_sourcePanel td.mp_unselected, div.mediaPicker table.mp_sourcePanel_theme_2 td.mp_unselected {
    color:#00c;
    cursor:pointer;
    text-decoration:underline
}
div.mediaPicker table.mp_sourcePanel td.mp_sourcePanel_spacer {
    padding:7px 14px;
    margin:0px;
    color:#676767;
    cursor:default
}
div.mediaPicker table.mp_dialog {
    height:100%;
    width:100%;
    border-collapse:collapse
}
div.mediaPicker table.mp_dialog p {
    margin:0px 0px 8px 0px
}
div.mediaPicker table.mp_dialog td.mp_title {
    font-size:18px;
    padding:5px 8px 0px 8px
}
div.mediaPicker table.mp_dialog td.mp_middle {
    padding:6px 10px 0px 10px
}
div.mediaPicker table.mp_dialog td.mp_leftcell {
    padding-left:0px
}
div.mediaPicker table.mp_dialog td.mp_rightcell {
    padding-right:0px
}
/*Upload Property Photo*/

/* BusinessCard*/
.businesscard
{
     margin-left: 60px;    
}

div.businesscard
{	    
	width: 235px;
    position: absolute;
    margin-left: 705px;
    margin-top: -169px;	
}
div.agent
{
	margin-top: 5px;
	height: 5px;
	width: 99%;			
}
p.msgGreeting
{
    text-align: left; 
    font-size: 13px;
    height: 13px;
   	margin-bottom: 10px;
}
p.image
{
	float: left; 
	margin-left: 0px;
	margin-top:-0px;
}
div.agentinfosection
{
	float: left; 
	margin-left: 7px; 
}
p.agentinfo
{	
	margin-top: 0;
	margin-bottom: 0;
	text-align: left; 
	width: 138px;
	font-size: 11px;
 	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
div.contact
{
	text-align: center;
	width: 99%;
	margin-top: 145px;
}
hr.contactsep
{
	width: 90%;
}
p.contactlogo
{
	margin-top: 0;
	margin-bottom: 0;
	width: 90%
}
p.contactinfo
{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left; 
	width: 90%; 
	font-size: 12px;
}
/* BusinessCard*/

/* Image  Upload */
.profiledefaultimagebuttonrow
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:7px;    
}
.propertydefaultimagebuttonrow
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:20px;    
}
.bannerdefaultimagebuttonrow
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:38px;    
}
/* Image  Upload */

.updtremptybusinesscard
{
    height:148px;
}

.updtblpropinfo
{
    margin-left:20px;
    margin-top:43px;
    margin-bottom:10px;    
}

.updpnlpropertyinfo
{
    background-color: #F5F5F5;
    width:250px; 
    margin-top:15px;
}

/* Google Chrome / Safari hack */
/* User/Public Documents Section */
body:nth-of-type(1) .updtremptybusinesscard
{
    height: 150px;
}
body:nth-of-type(1) .updtblpropinfo
{
    padding-top:40px;
    padding-bottom:10px;
}
body:nth-of-type(1) .updpnlpropertyinfo
{
    margin-top:-25px;
}

/* Fax out */
tr.footer td
{
       border-top: 1px solid black;
       font-family:Arial; font-size:small;
}

.scroll
{
    overflow-y: scroll;
    overflow-x: hidden;
}

.noscroll
{
    overflow-y: hidden;
}

td.showDragHandle {
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}