body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 150%;
	color: #191919;
	margin: 0px;
}
#content{
	padding: 10px 0px;
}

.form {
	margin: 0px auto;
	text-align: center;
	width: 90%;
	text-align: center;
	margin-top: 20px;
}

h1 {
	font-weight: lighter;
	line-height : 1.2em;
}

h2 {
	font-weight: normal;
}
p{
	margin-top:0;
}
input, button {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

#send, #download {
	    text-shadow: none;
    font-size: 12px;
    padding: 7px 12px;
    border-radius: 39px;
    background: #4C534B99;
    border-color: #FFF;
    box-shadow: 0 4px #36B82499;
    color: #FFF;
    font-weight: inherit;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    cursor: pointer;
}
#send:hover, #download:hover {
	background-color: #2777c7d4;
	border-color: #FFF;
	box-shadow: 0 4px #2777c7;
}
#send:focus, #download:focus{
	outline: none;	
}
#download{
	width: auto;
	min-width: 160px;
}
#send{
	width: 38%;
	float: right;
}
#send:active, #download:active, #send:focus#download:focus {
	background: #a2ba25;
}
input[type="email"]{width: 50%;}

#content {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
#head{
	margin-bottom : 10px;
	height : 100px;
}
#photo{
	width : 70px;
	height : 70px;
	border : 1px solid #ddd;
	background: #fff;
	padding: 2%;
	float: left;
	margin-right : 10px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}
#photo img{
	width: 100%;
}
#name{
	font-size: 11px;
	padding: 36px 0px;
}
#name.margined{
	margin-left: 105px;
}
.item {
	margin-bottom : 10px;
	border-radius : 5px;
	padding : 8px 4px;
	background : #36B82499;
	border : 2px solid #666;
}
.vcard-attr + span{
	vertical-align :top;
	word-wrap : break-all;
}

ul#vcard-contents {
	border-left: 2px solid #ccc;
	padding-left: 20px;
}

ul#vcard-contents li {
	list-style-type: none;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	width: 100%;
}

.big {
	font-size: 20px;
	text-tranform: uppercase;
}

.big .vcard-attr {
	display: none;
}

.vcard-attr {
	color: #fff2f2;
	width : 75px;
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	float: left;
}
#send-wrapper{
	background : #f9f9f9;	
	border : 1px solid #eee;
	padding : 10px;
	margin : 20px auto;
}
.attr-content{
	display:block;
	margin-left: 100px;
}
#vcard-contents a{
	color: #452a84;
}
#vcard-contents a:hover, #vcard-contents a:focus{
	color: #452a84;
}