﻿/*JDS 28/04/09 - Styles for the edit and info buttons as per getcontent*/
/*
- This style sheet was created as it has to not influence any of the client site styles
- All styles for these controls should start with an SE prefix so they will not clash with client styles
- No global styling should be added
- This file is currently called in footerlinks and header links but should be set in the global SE styles in due course

*/


/*SE editor button container, currently used in footerlinks and headerlinks, but style 
should be implemented for get content as those styles are very old*/

.SEEditorButtonContainer
{
	float:left;
}

.SEEditorButtonContainer input
{
	padding-right:4px;
	padding-bottom:2px;
}
