﻿@import "/App_/ROOT/PageFrame/StandardPartial/StyleSheet.css";
body
{
	margin: 10px;
}
h1 
{
	font-family: Arial Regular, Helvetica Neue, Helvetica, Arial,sans-serif;
	font-size: 15px;
	color: #138ccb;
	margin: 5px 0px !important;
	padding-bottom: 15px  !important;
	border-bottom: 2px solid #dbd4b7;
}
input[type=text]
{
	width:180px;
	border:1px solid #dbd4b7;
}
textarea
{
	width:180px;
	border:1px solid #dbd4b7;
}
.shareThisPageForm
{
	margin: 10px;
}
