html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #000;
	background: #FFF;
}
caption{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*SharePoint Toolpart*/
.ms-ToolPaneOuter .ms-toolpanefooter .UserButton {
	margin-left:5px!important;
	margin-right:0px!important;
}
.ms-ToolPaneOuter #MSOTlPn_CommandUI {
	border-left: solid 1px #ADD1FF !important;
	border-bottom: solid 1px #6f9dd9 !important;
}
.ms-ToolPaneOuter .toolpane {
	width:100%;
}
.ms-ToolPaneOuter .toolpane .textbox {
	width:96%
}

.ms-ToolPaneOuter .toolpane select {
	width:99%
}
.ms-ToolPaneOuter .toolpane textarea {
	height:150px;
}
.ms-ToolPaneOuter .toolpane .UserDottedLine {
	margin-bottom:10px;
}