/* 
    share.css
    
    namespace(s):
    - body.share
*/

body.share {
    background: #ffffff url(../../i/site/popup-header-gradient.jpg) repeat-x top left;
    color: #404040;
    text-align: left;
}
body.share #shareContent {
	margin: 13px 17px 0px 17px;
	width: 366px;
}
body.share #logo {
	width: 90px;
	height: 58px;
	background: transparent url(../../i/site/logo-small.png) no-repeat top left;
	margin-bottom: 10px;
	text-indent: -999px;
}
body.share h1 {
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-size: 32px;
	font-weight: normal;
	color: #3b6bba;
}
body.share p {
	font-size: 12px;
	margin: 10px 0px 0px;	
}
body.share .text-input, body.share .textbox-input {
	border: 1px solid #666666;
	margin: 3px 0px 7px;
	width: 366px;
	overflow: auto;
}
body.share .text-input {
	height: 20px;
}
body.share .btn {
	position: relative;
	text-align: right;
	width: 100%;
}
body.share .button {
	border: 0px;
	background-color: #5894d7;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	width: 100px;
}
body.share .btn p {
	font-size: 10px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
body.share .legal {
	margin: 20px 0px;
}
body.share .legal p {
	font-size: 10px;	
}
body.share .error {
	font-size: 12px;
}
body.share .error div {
	margin-top: 10px;
}