#effect-header {
	border-top: 1px dotted #fff;
	height: 28px;
	width: 100%;
	background-color: #ed6214;
}

#effect-header-title-wrapper {
	width: 800px;
}

#effect-header-blank {
	float: left;
	display: inline;
	width: 380px;
}

#effect-header-title {
	height: 20px;
	margin-top: 3px;
	width: 390px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px dotted #fff;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	float: right;
	display: inline;
	position: relative;
}

/*****************/
#common-result-wrapper {
	width: 800px;
	margin-top: 10px;
	border-bottom: 1px dotted #ed6214;
	padding-bottom: 10px;
}

#left-wrapper {
	width: 300px;
	float: left;
	display: inline;
	padding: 0 10px 0 10px;
}

#right-wrapper {
	width: 475px;
	float: right;
	display: inline;
	position: relative;
	border-left: 1px dotted #ed6214;
}


#left-wrapper p {
	text-align: justify;
	font-size: 10pt;
}

#send-title {
	border-bottom: 1px dotted #ed6214;
	color: #ed6214;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	margin-top: 15px;
}


.field-title {
	background: url("/img/design/speed-title.png") left top no-repeat;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	margin-top: 25px;
}

.send-field {
	border: 1px solid #5e9e08;
	padding: 15px;
	text-align: left;
}

.send-field input {
	width: 250px;
}

#send-butt {
	margin: 20px 0 0 0;
	text-align: left;
	cursor: pointer;
	font-size: 10pt;
}

.send-error{
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

#send_success{
	color: #5e9e09;;
	margin-top: 5px;
	margin-left: 5px;
}

#options-links {
	margin-top: 10px;
}

#options-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#options-links ul li {
	display: inline;
	font-size: 10pt;
	padding: 0;
	margin: 0 20px 0 20px;
}


#options-links ul li a {
	color: #5e9e08;
}

#result-image {
	margin-top: 20px;
}

#result-image img {border: 1px solid #5e9e08;}

#sharing-wrapper {
	margin-top: 10px;
	padding-top: 8px;
	padding-left: 140px;
	width: 426px;
	height: 32px;
}

#sharing-wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sharing-wrapper ul li {
	display: inline;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

#sharing-wrapper ul li.ms {margin-left: 37px;}
#sharing-wrapper ul li.fb {margin-left: 48px;}
#sharing-wrapper ul li.or {margin-left: 38px;}
#sharing-wrapper ul li.tw {margin-left: 45px;}

#sharing-wrapper ul li a {
	color: #555555;
	text-decoration: underline;
}

#sharing-wrapper ul li a:hover {
	text-decoration: none;
}

#share-codes {
	margin-top: 20px;
	color: #ed6214;
}

#share-codes fieldset dl {padding: 0; margin: 0;}
#share-codes fieldset dl dt,
#share-codes fieldset dl dd {
    margin:.3em 0;
	margin-bottom: 10px;
}
#share-codes fieldset dl dt {clear:left; text-align: right; font-size: 10pt; font-weight: bold;}
#share-codes fieldset dl label {
    float:left;
    width:30%;
    margin-right: 1em;
    margin-top: 2px;
}
#share-codes fieldset dl input {
    width:60%;
    border: 1px solid #ed6214;
}

#share-codes fieldset {
    clear:left;
    width:450px;
    border:0 solid transparent;
    margin: 10px;
    padding: 0;
}

#ads-under-sharing {
	margin-top: 10px;
}

