﻿
	.profile {
		margin-top: 2em;
		margin-right: 2em;
		padding: 1em;
		background-color: #E8E8E3;
		border: solid 1px #dadad6;
		width: 30em;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;

	}
		
	.photo {
		border: 3px double #CCCCCC;
		margin-top: 1em;
	}
	
	.photo2 {
		border: 3px double #CCCCCC;
	}
	
	.title-group {
		font-weight: bold;
		margin-bottom: 1em;
	}
	
	.profile-table {
		margin-top: 2em;
		margin-right: 2em;
		padding: 1em;
		background-color: #E8E8E3;
		border: solid 1px #dadad6;
		width: 40em;

		-moz-border-radius:3px;
		-webkit-border-radius:3px;

	}
	
	.profile-table td {
		vertical-align: top;
		padding: 0.2em;
		border-bottom: solid 1px #ddd;
	}
	
	#result-column1{
		width: 34em; 
		float: left; 
		margin-right: 2em; 
	}
	
    #result-column2{
	    width: 34em; 
	    float: left; 
    }
    
    .columns{
        clear: both;
    }
    
    .adr{
        margin-top: 0.4em;
        margin-bottom: 0.4em;
    }
    
    
    #profile-form{
		margin-top: 4em;
	}
	
    .info-group{
		margin-top: 2em;
		margin-bottom: 2em;
	}

    
    #profile-form label{
		display: block;
		width: 100px;
		font-size: 1em;
		float: left;
	}
	
	
	#profile-form p{
		clear: both;
		margin: 0.4em;
	}
	
	#profile-form textarea{
		font-family:Arial,Helvetica,sans-serif;
		width: 260px;
	}
	
	.source-label {
		color: #999999;
		margin-left: 1em;
	}
	
	#street-address2, #street-address3{
		margin-left: 100px;
	
	}
	
	textarea {
		font-size: 12px;
		width: 200px;
		height: 160px; 
	}

.long-input{
			width: 200px;

}

.very-long-input{
			width: 300px;

}



	
	#found-photos {
		margin-left: 94px;
		clear: both;
	}
	
	#found-photos	.photo {
		margin: 0;
		border: 0;
	}
		
	.found-photo {
		position: relative;
		padding: 3px;
		margin: 7px;
		float: left;
	}
		
	.selected-photo {
		position: relative;
	}
	
	
	.icon {
		position: absolute;
		z-index: 100;
		top: 35px;
		left: 35px;
	}
	
	#source-information{
		margin-top: 30px;
		margin-left: 100px;
		color: #999999;
		width: 600px;
	}
	
		#source-information a{
		color: #999999;
	}



	#submit-button{
		margin-left: 100px;
		margin-top: 20px;
	}



	
